-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I created this plugin just because I needed a stable lsp plugin (didn't follow many specifications), now I want to refactor the logic of the entire code and add new features
Some real-world testing is required before merging
Here are the features I think need to be added:
- declaration 585dcbf - 669c77c
- definition(not peek definition) 585dcbf - 669c77c
- type definition 585dcbf - 669c77c
- implemention 585dcbf - 669c77c
- reference 585dcbf - 669c77c
-
code lens(Just server support is not enough) - inlay hint Inlay hint #22
- callHierarchy Feat: call hierarchy (undone) #30
- add dynamic width to secondary
If you can see this issue, you can discuss what features need to be added!!
Features that have been refactored:
- rename eb3f31e
- lighthulb 949c80d - ad82527
- code_action ec0367b - 58f59ce
- diagnostic 9915ca2 - 27538e8
- hover 9c64a92 - 90a02dc
note:
The following are all completed
code action
should provide registration method, for lua's code action
diagnostic
should provide a diagnostic overview of the current workspace and files
Problems:
the keymap only will remove, we should restore keymap
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request