-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Group functions by name + type + arity in document symbols (#833)
If a module had multiple heads for a function that only differed in parameter pattern matches, document symbols was very cluttered. This change groups functions in a module by their name and arity, with each implementation nested in that grouping. This allows editors to collapse function groups to save space. This change also removes any whitespace or linebreaks from function names.
- Loading branch information
Showing
3 changed files
with
197 additions
and
7 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
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