summaryrefslogtreecommitdiff
path: root/docs/getting_started/setup_your_environment.md
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-05-17 19:24:39 +0200
committerGitHub <noreply@github.com>2020-05-17 19:24:39 +0200
commit36fde75d779078118af3b2b6c078bcbfb47b1a0f (patch)
treec3cef9095b5c4ef762edc535be28d4e112928db4 /docs/getting_started/setup_your_environment.md
parenteddb916883901385233bea24313e2920fcac5388 (diff)
Miscellaneous documentation and spelling improvements (#5527)
* Extended/updated documentation on code editor setup and plugins. * Moved documentation to the right file. * Fixed spelling errors in documentation and code. * Updated broken links. Co-authored-by: 迷渡 <justjavac@gmail.com> Co-authored-by: AlfieriChou <alfierichou@gmail.com> Co-authored-by: Anil Seervi <anil13112000@gmail.com Co-authored-by: Bert Belder <bertbelder@gmail.com> Co-authored-by: Fernando Basso <fernandobasso.br@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: S4ltyGo4t <mario.weidner@gmx.de> Co-authored-by: Tommy May <tommymay37@gmail.com> Co-authored-by: Turbinya <wownucleos@gmail.com> Co-authored-by: ᴜɴвʏтᴇ <i@shangyes.net>
Diffstat (limited to 'docs/getting_started/setup_your_environment.md')
-rw-r--r--docs/getting_started/setup_your_environment.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md
index 20992c1b1..a0d04b385 100644
--- a/docs/getting_started/setup_your_environment.md
+++ b/docs/getting_started/setup_your_environment.md
@@ -45,8 +45,14 @@ or imports having unnecessary file extensions.
The community has developed extensions for some editors to solve these issues:
-- [VS Code](https://marketplace.visualstudio.com/items?itemName=axetroy.vscode-deno)
- by [@axetroy](https://github.com/axetroy).
+#### VS Code
+
+The beta version of [vscode_deno](https://github.com/denoland/vscode_deno) is
+published on the
+[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=justjavac.vscode-deno).
+Please report any issues.
+
+#### JetBrains IDEs
Support for JetBrains IDEs is not yet available, but you can follow and upvote
these issues to stay up to date:
@@ -55,6 +61,14 @@ these issues to stay up to date:
- https://youtrack.jetbrains.com/issue/WEB-42983
- https://youtrack.jetbrains.com/issue/WEB-31667
+#### Vim and NeoVim
+
+Vim works fairly well for Deno/TypeScript if you install
+[CoC](https://github.com/neoclide/coc.nvim) (intellisense engine and language
+server protocol). After CoC itself is installed, from inside Vim, simply run
+`:CocInstall coc-deno`. From now on, things like `gd` (go to definition) and
+`gr` (goto/find references) should work.
+
If you don't see your favorite IDE on this list, maybe you can develop an
extension. Our [community Discord group](https://discord.gg/TGMHGv6) can give
you some pointers on where to get started.