Skip to content

Commit 05bc777

Browse files
committed
Add a couple of known limitations
1 parent 73eef27 commit 05bc777

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/features.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ Type information and documentation on hover, [including from local definitions](
4343
## Jump to definition
4444
Provided by: `ghcide`
4545

46-
Jump to definition, [for now only for local code definitions](https://github.com/haskell/haskell-language-server/issues/708).
46+
Jump to the definition of a name.
47+
48+
Known limitations:
49+
- Only works for [local definitions](https://github.com/haskell/haskell-language-server/issues/708).
4750

4851
## Jump to type definition
4952
Provided by: `ghcide`
5053

54+
Known limitations:
55+
- Only works for [local definitions](https://github.com/haskell/haskell-language-server/issues/708).
56+
5157
## Find references
5258
Provided by: `ghcide`
5359

0 commit comments

Comments
 (0)