Make sure to mention that VSCode is using Jedi

It has been used for a long time
This commit is contained in:
Dave Halter
2020-02-08 20:04:47 +01:00
parent 7a55484b79
commit 2cf06bcf48
2 changed files with 5 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ the CPython REPL you have to install it.
Jedi can currently be used with the following editors/projects:
- Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_, completor.vim_)
- VSCode (Jedi is the default backend)
- Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_)
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
- TextMate_ (Not sure if it's actually working)

View File

@@ -23,6 +23,10 @@ Vim:
- YouCompleteMe_
- deoplete-jedi_
VSCode:
- Jedi is used by default if you download VSCode.
Emacs:
- Jedi.el_