-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Navigating Typed Holes Co-authored-by: Ulysse Gérard <thevoodoos@gmail.com> * use low level QuickPick api * show selection when moving * remove un-needed ignore * move to initial cursor position if no selection * fix bug * Update package.json Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * Update src/extension_commands.ml Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * Update src/extension_commands.ml Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * Update src/treeview_commands.ml Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * remove unused * linting * use a boolean to keep state and go back to same selection * refactor * Update package.json Co-authored-by: Sora Morimoto <sora@morimoto.io> * Use custom QuickPickItems ot carry the Range. * Update src/extension_commands.ml Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> * search filter on description --------- Co-authored-by: Ulysse Gérard <thevoodoos@gmail.com> Co-authored-by: Ulysse <5031221+voodoos@users.noreply.github.com> Co-authored-by: Sora Morimoto <sora@morimoto.io>
- Loading branch information
1 parent
76faa7c
commit 7ce8c5e
Showing
7 changed files
with
230 additions
and
1 deletion.
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
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
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