This extension adds syntax highlighting and code snippets for Dr Fred Brown's SPI-Tools programming language.
This extension is NOT available on the Visual Studio Code extension marketplace. To install, copy the repository directory into <user home>/.vscode/extensions
.
- Linting for compilation errors (requires
python3
,requests
andbs4
) - Syntax highlighting including style rules
- Snippets
extern
- external forward declarationforward
- internal forward declarationclass
- class definitionmain
-Main
class definitionconstructor
- constructor definitionmethod
- method definitiondowhile
,for
,while
- loopsif
,elif
,else
- if statement and clausesswitch
- switch statementcase
,default
- switch case labelsincrement
-var = var + 1