# 1. Build the LSP server and compiler (in the pLang project)
cd ~/Documents/pLang
cmake --build cmake-build-debug
# 2. Install extension dependencies
cd ~/Documents/plang-vscode
npm install
# 3. Open the extension folder in VS Code and press F5 (Extension Development Host)
code ~/Documents/plang-vscode
After pressing F5, open any .plang file:
Keywords are colored immediately (syntax highlighting, no LSP needed)
Diagnostics / go-to-definition / completion become active within seconds (LSP connected)