IntelliSense for third-party plug-ins for Nullsoft Scriptable Install System (NSIS)
Visual Studio Code 1.7 (and higher) will automatically install the NSIS extension as dependency. If you're using an older version, you will have to do so yourself.
Launch Quick Open, paste the following command, and press Enter
ext install idleberg.nsis-plugins
With shell commands installed, you can use the following command to install the extension:
$ code --install-extension idleberg.nsis-plugins
Download the packaged extension from the the release page and install it from the command-line:
$ code --install-extension path/to/nsis-plugins-*.vsix
Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx
command-line tool:
$ ovsx get idleberg.nsis-plugins
Change to your Visual Studio Code extensions directory:
# Windows Powershell
cd $Env:USERPROFILES\.vscode\extensions
# Windows Command Prompt
$ cd %USERPROFILE%\.vscode\extensions
# Linux & macOS
$ cd ~/.vscode/extensions/
Clone repository as nsis-plugins
:
$ git clone https://github.com/idleberg/vscode-nsis-plugins nsis-plugins
- AccessControl
- Aero
- Animate
- AnimGif
- AppAssocReg
- ApplicationID
- Base64
- BaseConvert
- BDEAlias
- BgWorker
- Blowfish++
- Blowfish
- BrandingURL
- ButtonEvent
- CabDLL
- CABSetup
- CallAnsiPlugin
- CDRom
- ChangeRes
- CharToAscii
- CLR
- ComPlusAdmin
- CPUDesc
- CPUFeatures
- CreateMutex
- CRCCheck
- Crypto
- CustomLicense
- DcryptDll
- Dialogs
- DlgHost
- DotNetChecker
- DumpLog
- DumpState
- EBanner
- EmbeddedLists
- EnumCDs
- EnumINI
- EnVar
- EventLog
- ExDlg
- ExecCmd
- ExecDos
- ExecPri
- ExecTimeout
- ExLicensePage
- ExtractDllEx
- FindProcDLL
- Firewall-Disabler
- FloatOP
- FontName
- FreeArc
- Games
- GetFirstRemovableDrive
- GetVersion
- HandleFileDragDrop
- HelpButton
- HwInfo
- IEFunctions
- InetBgDL
- Inetc
- InetLoad
- InstDrv
- Internet
- InvokeShellVerb
- IP
- IpConfig
- KillProc
- KillProcDLL
- Linker
- LiteFirewall
- Locate
- LockedList
- LogEx
- Marquee
- MD5
- Metadl
- MoreInfo
- MSIBanner
- MSSQL OLEDB
- name2ip
- NewAdvSplash
- NotifyIcon
- nsArray
- NsExpr
- NsFlash
- Nsis7z
- NSIS_SkinCrafter
- NsisCrypt
- NsisDDE
- NSISDirEx
- nsisdt
- nsisFile
- NsisFirewall
- NsisIIS
- NSISList
- NSISLog
- nsisMultiMon
- nsisos
- NSISpcre
- NsisSlideshow
- nsisStartMenu
- nsisunz
- NsisUrlLib
- nsisXML (by Wizou)
- nsJSON
- nsKeyHook
- NsMCI
- NsODBC
- nsProcess
- nsPython
- NsRandom
- NsResize
- NsRestartExplorer
- NsRichEdit
- nsSCM
- nsScreenshot
- nsThread
- nsUnzip
- nsVersionInfo
- nsWeb
- nsXML
- Nwiz
- PassDialog
- Perl
- PixelShader
- PowerShell
- Processes
- ProxySettings
- Pwgen
- RegBin
- Registry
- SAFER
- ScrollLicense
- SelfDel
- Services
- SFhelper
- ShellExecAsUser
- ShellLink
- ShutDown
- ShutdownAllow
- SimpleBg
- SimpleFC
- SimpleSC
- SkinnedButton
- SkinnedControls
- SpiderBanner
- Stack
- StdUtils
- SysRestore
- TAPIhelp
- TCP
- TextReplace
- ThreadTimer
- Time
- TitlebarProgress
- ToggleInstFiles
- ToolTips
- UAC
- UltraModernUI
- Unicode
- UnicodePathTest
- UnTGZ
- UserMgr
- Version
- w7tbp
- WinShell
- WimImage
- WmiInspector
- XiMoL
- XML
- xtInfoPlugin
- ZipDLL
- vscode-nsis - NSIS package for Visual Studio Code
- node-makensis - Node wrapper for
makensis
- atom-language-nsis - NSIS package for Atom
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0