-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split CollectInfo implementation for expressions * Restructure info collection * Rename Info to HoverInfo * Put LSP hover functionality in its own file * Replace Option<Span> by Span in HoverInfo * Split HoverInfo into HoverInfo and HoverInfoContent * Add special hover info for variables * Add hover information for type constructors * Add hover information for calls and dotcalls * Add hover information for type universe * Add hover information for holes * Add hover info for Anno; remove GenericInfo
- Loading branch information
1 parent
7e23539
commit 7ffbf4c
Showing
8 changed files
with
433 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.