summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2e31dbf7..4df7214db 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,10 @@ The Slang system is designed to provide developers of real-time graphics applica
* For applications that want it, Slang provides full reflection information about the parameters of your shader code, with a consistent API across all target platforms and graphics APIs. Unlike some other compilers, Slang does not reorder or drop shader parameters based on how they are used, so you can always see the full picture.
+* Full intellisense features in Visual Studio Code and Visual Studio through the Language Server Protocol.
+
+* Full debugging experience with SPIRV and RenderDoc.
+
Getting Started
---------------