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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,21 +23,21 @@ $ cd ./path/to/project
23
23
$ code .
24
24
```
25
25
26
-
## Packages
26
+
## Extensions
27
27
28
-
-[**EditorConfig**][vscode-editorconfig]: package for using [EditorConfig][editorconfig], which helps define and maintain consistent coding styles between different editors and IDEs.
28
+
-[**EditorConfig**][vscode-editorconfig]: extension for using [EditorConfig][editorconfig], which helps define and maintain consistent coding styles between different editors and IDEs.
29
29
30
-
-[**JSON Tools**][vscode-json-tools]: package for pretty printing and minifying [JSON][json].
30
+
-[**JSON Tools**][vscode-json-tools]: extension for pretty printing and minifying [JSON][json].
31
31
32
-
-[**Julia**][vscode-julia]: package which provides support for [Julia][julia], including syntax highlighting, snippets, and code completion.
32
+
-[**Julia**][vscode-julia]: extension 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.
34
+
-[**Python**][vscode-python]: extension which provides rich support for [Python][python], including syntax highlighting, snippets, and code completion, among other features.
35
35
36
-
-[**AWK**][vscode-awk]: package which provides syntax highlighting for [AWK][awk].
36
+
-[**AWK**][vscode-awk]: extension which provides syntax highlighting for [AWK][awk].
37
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.
38
+
-[**C/C++**][vscode-cpptools]: official extension providing language support for C/C++ to [Visual Studio Code][vscode]. Features include IntelliSense, debugging, and code browsing.
39
39
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.
40
+
-[**Fortran**][vscode-fortran]: extension 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.
41
41
42
42
```text
43
43
...
@@ -61,7 +61,7 @@ $ code .
61
61
62
62
- [**Path Intellisense**][vscode-path-intellisense]: extension that autocompletes filenames.
63
63
64
-
- [**Runner**][vscode-runner]: package allowing one to run various scripts from the editor.
64
+
- [**Runner**][vscode-runner]: extension allowing one to run various scripts from the editor.
65
65
66
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