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 support for intellisense in experimental debugger #1076

Closed
1 task
DonJayamanne opened this issue Mar 14, 2018 · 3 comments
Closed
1 task

Add support for intellisense in experimental debugger #1076

DonJayamanne opened this issue Mar 14, 2018 · 3 comments
Assignees
Labels
area-debugging feature-request Request for new features or functionality

Comments

@DonJayamanne
Copy link

DonJayamanne commented Mar 14, 2018

  • Enable tests in capabilities.test.ts
@DonJayamanne DonJayamanne added feature-request Request for new features or functionality area-debugging needs decision labels Mar 14, 2018
@brettcannon
Copy link
Member

Support how?

@brettcannon brettcannon added info-needed Issue requires more information from poster and removed needs decision labels Apr 18, 2018
@DonJayamanne
Copy link
Author

DonJayamanne commented Apr 18, 2018

Debugger protocol supports this today. Its up to the debugger adapter to return the completion items.
We could either perform something as dirty as dir on the objects (I believe PTVSD does this) or use Jedi (other IDEs seem to use jedi in the debugger to provide intellisense).

@DonJayamanne
Copy link
Author

@brettcannon Shouldn't this be back in the current sprint.
It never got done in the last sprint, i'd have thought such issues would automatically migrate to the following sprint.

Please feel free to remove from sprint if you think otherwise.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants