You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/editors/vscode/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,12 @@ $ code .
31
31
32
32
-[**Julia**][vscode-julia]: package which provides support for [Julia][julia], including syntax highlighting, snippets, and code completion.
33
33
34
+
-[**Python**][vscode-python]: package which provides rich support for [Python][python], including syntax highlighting, snippets, and code completion, among other features.
35
+
34
36
-[**AWK**][vscode-awk]: package which provides syntax highlighting for [AWK][awk].
35
37
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
+
36
40
-[**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.
37
41
38
42
```text
@@ -57,6 +61,8 @@ $ code .
57
61
58
62
-[**Path Intellisense**][vscode-path-intellisense]: extension that autocompletes filenames.
59
63
64
+
-[**Runner**][vscode-runner]: package allowing one to run various scripts from the editor.
65
+
60
66
-[**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.
0 commit comments