Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code usage popup. #108

Open
andrechen77 opened this issue Oct 11, 2023 · 0 comments
Open

Add code usage popup. #108

andrechen77 opened this issue Oct 11, 2023 · 0 comments
Labels
Medium priority New feature New feature or request

Comments

@andrechen77
Copy link
Collaborator

Add a the "code usage" feature from Galapagos, where selecting some code (such as a variable name) in the editor and pressing Ctrl+U creates a popup that shows all the other places in the code where that variable/whatever is used.

image

Right now this has to be done completely outside of the editor, but if we're going to renovate the editor anyway, it would make more sense to move this feature over. This is because the editor already has facilities to create similar popups (code completion), plus the fact that using some form of AST would make the feature far superior to the textual-search currently used.

@andrechen77 andrechen77 added the New feature New feature or request label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium priority New feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant