A SWMM visual studio code extension that provides syntax highlighting of inp files
Install requirements:
- Node.js/npm
- VS Code Extension Manager, using npm:
npm install -g @vscode/vsce
Install extension:
- Clone repo (into temporary folder):
git clone git@github.com:karosc/VSCSWMM.git --branch v0.0.1
- Change directory to repo folder:
cd ./VSCSWMM
- Package extension :
vsce package
- Install extension:
code --install-extension vscswmm-0.0.1.vsix
Extension developed based on:
- Microsoft Syntax Highlight Guide
- TextMate grammer guide by Matt Neuburg
- TextMate language grammer docs from macromates
- Implement code folding for sections
- improve inp file syntax highlighting to include all SWMM features
- Add rpt file syntax highlighting
- SWMM language server for inp file validation?