mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
Update README
This commit is contained in:
parent
da71417d72
commit
71c50eae23
5 changed files with 28 additions and 6 deletions
16
README.md
16
README.md
|
|
@ -10,13 +10,15 @@ the build configuration language used in Chromium, Fuchsia, and other projects.
|
|||
|
||||
- Syntax highlighting
|
||||
- Syntax error reporting
|
||||
- Context-aware completion
|
||||
- Context-aware completion and auto-import
|
||||
- Hover documentation
|
||||
- Go to definition
|
||||
- Finding target references
|
||||
- Following imports
|
||||
- Following dependencies
|
||||
- Quick fix
|
||||
- Sticky scroll with useful lines
|
||||
- Code lens
|
||||
- Outline
|
||||
- Code folding
|
||||
- Formatting
|
||||
|
|
@ -46,9 +48,9 @@ cargo install gn-language-server
|
|||
|
||||

|
||||
|
||||
### Completion
|
||||
### Completion and auto-import
|
||||
|
||||

|
||||

|
||||
|
||||
### Hover documentation
|
||||
|
||||
|
|
@ -66,10 +68,18 @@ cargo install gn-language-server
|
|||
|
||||

|
||||
|
||||
### Quick fix
|
||||
|
||||

|
||||
|
||||
### Sticky scroll with useful lines
|
||||
|
||||

|
||||
|
||||
### Code lens
|
||||
|
||||

|
||||
|
||||
### Outline
|
||||
|
||||

|
||||
|
|
|
|||
BIN
docs/screenshots/code_lens.png
Normal file
BIN
docs/screenshots/code_lens.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 35 KiB |
BIN
docs/screenshots/quick_fix.png
Normal file
BIN
docs/screenshots/quick_fix.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
|
|
@ -7,12 +7,16 @@ the build configuration language used in Chromium, Fuchsia, and other projects.
|
|||
## Features
|
||||
|
||||
- Syntax highlighting
|
||||
- Context-aware completion
|
||||
- Syntax error reporting
|
||||
- Context-aware completion and auto-import
|
||||
- Hover documentation
|
||||
- Go to definition
|
||||
- Finding target references
|
||||
- Following imports
|
||||
- Following dependencies
|
||||
- Quick fix
|
||||
- Sticky scroll with useful lines
|
||||
- Code lens
|
||||
- Outline
|
||||
- Code folding
|
||||
- Formatting
|
||||
|
|
@ -24,9 +28,9 @@ the build configuration language used in Chromium, Fuchsia, and other projects.
|
|||
|
||||

|
||||
|
||||
### Completion
|
||||
### Completion and auto-import
|
||||
|
||||

|
||||

|
||||
|
||||
### Hover documentation
|
||||
|
||||
|
|
@ -44,10 +48,18 @@ the build configuration language used in Chromium, Fuchsia, and other projects.
|
|||
|
||||

|
||||
|
||||
### Quick fix
|
||||
|
||||

|
||||
|
||||
### Sticky scroll with useful lines
|
||||
|
||||

|
||||
|
||||
### Code lens
|
||||
|
||||

|
||||
|
||||
### Outline
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue