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

Finding a variable in a cluttered scope is too hard. #13

Open
addiks opened this issue Sep 28, 2016 · 0 comments
Open

Finding a variable in a cluttered scope is too hard. #13

addiks opened this issue Sep 28, 2016 · 0 comments

Comments

@addiks
Copy link
Owner

addiks commented Sep 28, 2016

Currently all local variables, global variables and constants are listed in the same view without any option to filter or search what the user is looking for. When there are many of either of these three types in the current visibility-scope this view can get very cluttered and finding a specific variable or constant can get very hard.

There should be a way to filter the entries in this view as well as a simple was to reset these filters:
a) A full-text-search between all listed entries so only matching entries are listed.
b) Filter the entries by type: "all", "local variables", "global variables", "constants". (As radio buttons)

This issue was originally requested in issue #11 "Question about remote path mapping".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant