Skip to content

Commit 471cad3

Browse files
committed
Reorganize README
1 parent 8fe880d commit 471cad3

File tree

1 file changed

+13
-21
lines changed

1 file changed

+13
-21
lines changed

README.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ NWScript: EE Language Server is a Visual Studio Code extension LSP for the NWScr
44

55
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.
66

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+
718
## Dependencies
819

920
### Formatting
@@ -85,31 +96,12 @@ Notes:
8596
- You can set the `verbose` setting to `true` if you wish to see detailed logs of the compilation process.
8697
- 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.
8798

88-
## Features
99+
### Syntax highligthing
89100

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.
91102

92103
![](https://i.imgur.com/A78xmBR.png)
93104

94-
Completion:
95-
96-
![](https://i.imgur.com/Iet1Lul.gif)
97-
98-
Hover information:
99-
100-
![](https://i.imgur.com/ZARVTQs.gif)
101-
102-
Goto definition:
103-
104-
![](https://i.imgur.com/vR13onI.gif)
105-
106-
Also:
107-
108-
- Formatting
109-
- Range formatting
110-
- Signature help
111-
- Diagnostics
112-
113105
## Building and running
114106

115107
- Install NodeJS from https://nodejs.org/en/.

0 commit comments

Comments
 (0)