Merge pull request #351 from tgjones/patch-1

Add HLSL Tools
This commit is contained in:
Valerii Iatsko 2021-11-19 14:42:13 +01:00 committed by GitHub
commit e2a8545160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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)