File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,17 @@ This is a vscode extension allowing syntax highlighting & linting for HLSL / GLS
88
99Currently, it support some features and languages:
1010
11- | Language| Syntax Highlighting| Diagnostics| Completion| Signature| Hover| Goto|
12- | --------| -------------------| -----------| ----------| ---------| -----| ----|
13- | GLSL | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
14- | HLSL | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
15- | WGSL | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
11+ - Syntax Highlighting: Provide improved syntax highlighting for code.
12+ - Diagnostic: Provide errors & warning as user type code.
13+ - Symbol provider: provide goto, completion, hover & signature.
14+ - Local symbols: Provide all user created symbols.
15+ - Intrinsics symbols: Provide all languages provided intrinsics symbols.
16+
17+ | Language| Syntax Highlighting| Diagnostics| Local symbols| Intrinsics symbols|
18+ | --------| -------------------| -----------| -------------| ------------------|
19+ | GLSL | ✅ | ✅ | ✅ | ✅ |
20+ | HLSL | ✅ | ✅ | ✅ | 🚧 |
21+ | WGSL | ✅ | ✅ | ❌ | ❌ |
1622
1723## Features
1824
@@ -29,15 +35,15 @@ You cant lint your code in real time through this extension:
2935
3036### Autocompletion
3137
32- The extension will suggest you symbols from your file as you type.
38+ The extension will suggest you symbols from your file and intrinsics as you type.
3339
3440### Sigature
3541
3642View available signatures for your function as you type it.
3743
3844### Hover
3945
40- View informations relative to an element by hovering it.
46+ View informations relative to a symbol by hovering it.
4147
4248### Goto
4349
Original file line number Diff line number Diff line change 77 "color" : " #9ad0ff" ,
88 "theme" : " light"
99 },
10- "version" : " 0.1.3 " ,
11- "server_version" : " 0.1.3 " ,
10+ "version" : " 0.2.0 " ,
11+ "server_version" : " 0.2.0 " ,
1212 "publisher" : " antaalt" ,
1313 "repository" : {
1414 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments