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

Experience improvements #189

Open
slifin opened this issue Sep 23, 2018 · 0 comments
Open

Experience improvements #189

slifin opened this issue Sep 23, 2018 · 0 comments

Comments

@slifin
Copy link

slifin commented Sep 23, 2018

"xdebug callgraph" accessible via ctrl + p, when you select it, you get a list of current stacks at your break point inside a sublime text menu.

For variables, you could be at a breakpoint and then select "xdebug variables" via ctrl + p and get a autocomplete list of variables when you select one you would get an output panel with the value of the variable selected.

Essentially all the plugin currently displays via new panels with their own tabs etc could be replaced by autocomplete menus, then if the user is allowed to disable the use of those hacky panels. The user wouldn't be left to deal with the weird layout issues those panels can sometimes create.

The value of the variable on hover over using the new tooltip API

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

No branches or pull requests

1 participant