Visual Studio Code: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
</ul> | </ul> | ||
</li> | </li> | ||
<li> | <li>[https://github.com/idleberg/vscode-nsis#formatting Code Formatting]</li> | ||
<li>[https://github.com/idleberg/vscode-nsis#building Build Tools]</li> | <li>[https://github.com/idleberg/vscode-nsis#building Build Tools]</li> | ||
</ul> | </ul> | ||
Latest revision as of 21:54, 25 June 2026
Description
Language syntax, snippets and build system for Visual Studio Code
Features
- Language syntax for NSIS, NSIS Language Files, nsL Assembler, and BridleNSIS
- IntelliSense for core NSIS commands, variables and predefines
- IntelliSense for core plug-ins:
- AdvSplash
- Banner
- BgImage
- Dialer
- InstallOptions
- LangDLL
- Math
- nsDialogs
- nsExec
- NSISdl
- Splash
- StartMenu
- System
- UserInfo
- VPatch
- IntelliSense for core libraries (“Useful Headers”):
- FileFunc
- LogicLib
- Memento
- Modern UI
- MultiUser
- Sections
- StrFunc
- WinMessages
- WinVer
- WordFunc
- x64
- Code Formatting
- Build Tools
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install nsis
Optionally, you can also install the snippets for third-party plugins:
ext install nsis-plugins
