mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-24 22:59:25 -05:00
commit
e2a8545160
@ -43,6 +43,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
|
||||
- [Go](#go)
|
||||
- [Groovy](#groovy)
|
||||
- [Haskell](#haskell)
|
||||
- [HLSL](#hlsl)
|
||||
- [Shell](#shell)
|
||||
- [Java](#java)
|
||||
- [JavaScript](#javascript)
|
||||
@ -391,6 +392,11 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o
|
||||
- [haskell-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.haskell-linter)
|
||||
- [Haskell IDE engine](https://marketplace.visualstudio.com/items?itemName=alanz.vscode-hie-server) - provides [language server](https://github.com/haskell/haskell-ide-engine) for stack and cabal projects.
|
||||
|
||||
## HLSL
|
||||
|
||||
- [HLSL Tools](https://marketplace.visualstudio.com/items?itemName=TimGJones.hlsltools) - provides rich language support for editing HLSL files in VS Code
|
||||
![Example of statement completion using HLSL Tools for VS Code](https://github.com/tgjones/HlslTools/raw/master/src/ShaderTools.VSCode/art/statement-completion.gif)
|
||||
|
||||
## Shell
|
||||
|
||||
- [autocomplate-shell](https://marketplace.visualstudio.com/items?itemName=truman.autocomplate-shell)
|
||||
|
Loading…
Reference in New Issue
Block a user