Skip to content

Commit fba53bf

Browse files
committed
Add extensions to guide
1 parent e7430e9 commit fba53bf

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/editors/vscode/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ $ code .
3131

3232
- [**Julia**][vscode-julia]: package which provides support for [Julia][julia], including syntax highlighting, snippets, and code completion.
3333

34+
- [**Python**][vscode-python]: package which provides rich support for [Python][python], including syntax highlighting, snippets, and code completion, among other features.
35+
3436
- [**AWK**][vscode-awk]: package which provides syntax highlighting for [AWK][awk].
3537

38+
- [**C/C++**][vscode-cpptools]: official package providing language support for C/C++ to [Visual Studio Code][vscode]. Features include IntelliSense, debugging, and code browsing.
39+
3640
- [**Fortran**][vscode-fortran]: package which provides syntax highlighting and snippets for [Fortran][fortran]. Once installed, configure [Visual Studio Code][vscode] to always open files having the file extension `*.f` as `Fortran - Modern` in your user or workspace settings.
3741

3842
```text
@@ -57,6 +61,8 @@ $ code .
5761

5862
- [**Path Intellisense**][vscode-path-intellisense]: extension that autocompletes filenames.
5963

64+
- [**Runner**][vscode-runner]: package allowing one to run various scripts from the editor.
65+
6066
- [**TODO Highlight**][vscode-todo-highlight]: extension which marks annotations such as `TODO`, `FIXME`, etc. Once installed, you may configure the extension to your liking in your user or workspace settings, e.g. by specifying the list of keywords to be highlighted.
6167

6268
```text
@@ -120,18 +126,26 @@ $ code .
120126

121127
[vscode-json-tools]: https://marketplace.visualstudio.com/items?itemName=eriklynd.json-tools#overview
122128

129+
[vscode-python]: https://github.com/Microsoft/vscode-python
130+
123131
[vscode-julia]: https://github.com/JuliaEditorSupport/julia-vscode
124132

125133
[vscode-awk]: https://github.com/luggage66/vscode-awk
126134

135+
[vscode-cpptools]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools
136+
127137
[vscode-fortran]: https://github.com/Gimly/vscode-fortran
128138

139+
[vscode-runner]: https://github.com/mattn/vscode-runner
140+
129141
[eslint]: http://eslint.org/
130142

131143
[json]: http://www.json.org/
132144

133145
[editorconfig]: http://editorconfig.org/
134146

147+
[python]: https://www.python.org/
148+
135149
[julia]: https://julialang.org/
136150

137151
[awk]: https://en.wikipedia.org/wiki/AWK

0 commit comments

Comments
 (0)