Visual Studio Code: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:


<code>ext install nsis</code>
<code>ext install nsis</code>
Optionally, you can also install the snippets for third-party plugins:
<code>ext install nsis-plugins</code>


== Links ==
== Links ==

Revision as of 21:21, 5 August 2016

Description

Language syntax and snippets for Visual Studio Code

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

Links