Add go-to-definition in feature list

This commit is contained in:
maralorn 2019-09-14 15:26:15 +02:00 committed by GitHub
parent 4d460c43a6
commit fd17b17a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
* Display error messages (parse errors, typecheck errors, etc.) and enabled warnings.
* Offer quickfix for unused imports.
* Go to definition in local package.
## Using it