Visual Studio Code
From NSIS Wiki
Jump to navigationJump to search
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
- IntelliSense for nsL Assembler
- IntelliSense for BridleNSIS
- IntelliSense for Haskell NSIS
- 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