R and Rmd features are handled by:
- vscode-r: https://marketplace.visualstudio.com/items?itemName=Ikuyadeu.r
vscode-r-lsp: https://marketplace.visualstudio.com/items?itemName=REditorSupport.r-lspInstall first: `install.packages("languageserver")- Integrated in vscode-r since vscode-r 2.1.0
- radian: https://github.com/randy3k/radian
- Ubuntu:
sudo apt install pip
+pip install -U radian
- Ubuntu:
There are many packages for:
- better markdown handling,
- live server for automatic HTML reloading: https://github.com/ritwickdey/vscode-live-server
- remote-ssh for remote development: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh
Terminal emulator and git manager are built in:
- but you can try Gitlens: https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens
And here's a more general list of potentially useful extensions :
https://github.com/viatsko/awesome-vscode