Visual Studio Code: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
Language syntax and snippets for [https://code.visualstudio.com/ Visual Studio Code] | |||
== Installation == | == Installation == | ||
Launch VS Code Quick Open (<kbd>Ctrl</kbd>+<kbd>P</kbd>), paste the following command, and press enter. | |||
<code>ext install nsis</code> | |||
== Links == | == Links == | ||
* [https:// | * [https://github.com/idleberg/vscode-nsis GitHub] | ||
* [https://marketplace.visualstudio.com/items?itemName= | * [https://marketplace.visualstudio.com/items?itemName=idleberg.nsis MarketPlace] | ||
[[Category:Syntax_Highlighting]] | [[Category:Syntax_Highlighting]] | ||
[[Category:Development Environments]] | [[Category:Development Environments]] |
Revision as of 16:01, 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