From 36fde75d779078118af3b2b6c078bcbfb47b1a0f Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sun, 17 May 2020 19:24:39 +0200 Subject: Miscellaneous documentation and spelling improvements (#5527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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: 迷渡 Co-authored-by: AlfieriChou Co-authored-by: Anil Seervi Co-authored-by: Fernando Basso Co-authored-by: József Sallai Co-authored-by: S4ltyGo4t Co-authored-by: Tommy May Co-authored-by: Turbinya Co-authored-by: ᴜɴвʏтᴇ --- docs/getting_started/setup_your_environment.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'docs/getting_started/setup_your_environment.md') 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. -- cgit v1.2.3