We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eb31b commit dd0dc50Copy full SHA for dd0dc50
README.md
@@ -4,6 +4,12 @@ Language server for `autocompletion` and `go-to-definition` functionality for cs
4
5
<p align="center"><img src="https://user-images.githubusercontent.com/5817809/76164832-0adaf600-6163-11ea-8c8e-548b7aeb1213.gif"></p>
6
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
13
The supported languages are `css`(postcss), `sass` and `scss`. `styl` files are parsed as regular `css`.
14
15
## Installation
0 commit comments