Skip to content

Commit dd0dc50

Browse files
committed
list LSP features
1 parent f5eb31b commit dd0dc50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Language server for `autocompletion` and `go-to-definition` functionality for cs
44

55
<p align="center"><img src="https://user-images.githubusercontent.com/5817809/76164832-0adaf600-6163-11ea-8c8e-548b7aeb1213.gif"></p>
66

7+
Features:
8+
9+
- **definition** jumps to class name under cursor.
10+
- **implementation** (works the same as definition).
11+
- **hover** provides comments before the class name with direct declarations within the class name.
12+
713
The supported languages are `css`(postcss), `sass` and `scss`. `styl` files are parsed as regular `css`.
814

915
## Installation

0 commit comments

Comments
 (0)