You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ NWScript: EE Language Server is a Visual Studio Code extension LSP for the NWScr
4
4
5
5
While it seems to work well, even in bigger and older code bases, it is still an early project and there might be some unintended behaviours.
6
6
7
+
## Features
8
+
9
+
- Enhanced syntax highlighting
10
+
- Completion
11
+
- Hover information
12
+
- Goto definition
13
+
- Formatting
14
+
- Range formatting
15
+
- Signature help
16
+
- Diagnostics
17
+
7
18
## Dependencies
8
19
9
20
### Formatting
@@ -85,31 +96,12 @@ Notes:
85
96
- You can set the `verbose` setting to `true` if you wish to see detailed logs of the compilation process.
86
97
- Big files with a lot of includes can take between half a second to a second to compile on older machines - it will not affect the client performances as the processing is done on the server.
87
98
88
-
##Features
99
+
### Syntax highligthing
89
100
90
-
Enhanced syntax highlighting - the following example is with the [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) theme:
101
+
I personally use the [One Dark Pro](https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme) theme - results below. See the [documentation](https://code.visualstudio.com/docs/getstarted/themes) if you wish to customize the highlighting further.
0 commit comments