From 7889fcd1dd9cf36eaa80dd2badc058707ef20edc Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Mon, 28 Jun 2021 23:08:47 +0100 Subject: [PATCH 1/2] Add HLSL Tools --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2d0ce0..a3ff677 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,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) @@ -385,6 +386,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 language server for editing HLSL files in VS Code + ## Shell - [autocomplate-shell](https://marketplace.visualstudio.com/items?itemName=truman.autocomplate-shell) From e1fd49eec6952e38dae70a61ecc8405448f1e0d2 Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Mon, 28 Jun 2021 23:12:53 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3ff677..c4933d7 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,8 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o ## HLSL -- [HLSL Tools](https://marketplace.visualstudio.com/items?itemName=TimGJones.hlsltools) - provides language server for editing HLSL files in VS Code +- [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