Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>NSIS Plug-insNew to Visual Studio Code? Get it now.
NSIS Plug-ins

NSIS Plug-ins

idleberg

|
17,873 installs
| (0) | Free
IntelliSense for third-party plug-ins for Nullsoft Scriptable Install System (NSIS)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-nsis-plugins

Version Visual Studio Marketplace Installs Open VSX Downloads Build

IntelliSense for third-party plug-ins for Nullsoft Scriptable Install System (NSIS)

Installation

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.

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.nsis-plugins

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.nsis-plugins

Packaged Extension

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

Clone Repository

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

Supported plug-ins

  • 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
  • Email
  • 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

Related

  • vscode-nsis - NSIS package for Visual Studio Code
  • node-makensis - Node wrapper for makensis
  • atom-language-nsis - NSIS package for Atom

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft