Skip to content

Commit

Permalink
deploy: b924886
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Sep 26, 2024
1 parent b03340d commit 214719a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
6 changes: 1 addition & 5 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1166,11 +1166,7 @@ <h3 id="practical-notes-23"><a class="header" href="#practical-notes-23">Practic
<h3 id="vscode"><a class="header" href="#vscode"><code>vscode</code></a></h3>
<p>Most <code>nim</code> developers use <code>vscode</code>.</p>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang">Nim Extension</a> gets you syntax highlighting, goto definition and other modernities
<ul>
<li>The older, but less maintained <a href="https://marketplace.visualstudio.com/items?itemName=kosz78.nim">Nim plugin</a> is an alternative</li>
</ul>
</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang">Nim Extension</a> gets you syntax highlighting, goto definition and other modernities</li>
<li>To start <code>vscode</code> with the correct Nim compiler, run it with <code>./env.sh code</code></li>
<li>Run nim files with <code>F6</code></li>
<li>Suggestions, goto and similar features mostly work, but sometimes hang
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions tooling.editors.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,7 @@ <h2 id="editors-toolingeditors"><a class="header" href="#editors-toolingeditors"
<h3 id="vscode"><a class="header" href="#vscode"><code>vscode</code></a></h3>
<p>Most <code>nim</code> developers use <code>vscode</code>.</p>
<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang">Nim Extension</a> gets you syntax highlighting, goto definition and other modernities
<ul>
<li>The older, but less maintained <a href="https://marketplace.visualstudio.com/items?itemName=kosz78.nim">Nim plugin</a> is an alternative</li>
</ul>
</li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=NimLang.nimlang">Nim Extension</a> gets you syntax highlighting, goto definition and other modernities</li>
<li>To start <code>vscode</code> with the correct Nim compiler, run it with <code>./env.sh code</code></li>
<li>Run nim files with <code>F6</code></li>
<li>Suggestions, goto and similar features mostly work, but sometimes hang
Expand Down

0 comments on commit 214719a

Please sign in to comment.