@werckmeister/language-features 1.0.0-59 → 1.0.0-61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# language-features for werckmeister
|
|
2
2
|
a javascript library to be used by the werckmeister component and by the vscode extension.
|
|
3
|
-
It could also be seen as the core
|
|
3
|
+
It could also be seen as the core functionality of a [language server](https://langserver.org/), excluding all of the protocol/server stuff.
|
|
4
4
|
|
|
5
5
|
Targeting the following features:
|
|
6
6
|
* code completion
|
|
7
7
|
* auto formatting (to do)
|
|
8
8
|
* go to definition (to do)
|
|
9
|
-
* find all references (to do)
|
|
9
|
+
* find all references (to do)
|