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

Conditional bp intellisense isn't in the column context #61357

Closed
roblourens opened this issue Oct 19, 2018 · 2 comments
Closed

Conditional bp intellisense isn't in the column context #61357

roblourens opened this issue Oct 19, 2018 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@roblourens
Copy link
Member

Have some code:

let x: string[] = [];
x.map(y => y.charAt(0))
  • Set an inline bp inside the callback on charAt
  • In the expression input box, type y. The y var inside the callback isn't in the suggest list 🐛
  • Type x, see it in suggestions ✔️
@isidorn
Copy link
Contributor

isidorn commented Oct 22, 2018

Yeah, breakpoint widget has limited intellisense support which is visible in this corner case
If you would like to experiment and try to tune it here's a code pointer https://github.com/Microsoft/vscode/blob/4d9f1d23a556dccd2c0fd5203923a24b21e41209/src/vs/workbench/parts/debug/electron-browser/breakpointWidget.ts#L220

@isidorn isidorn added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Oct 22, 2018
@isidorn isidorn added this to the Backlog milestone Oct 22, 2018
@isidorn isidorn removed their assignment Oct 22, 2018
@isidorn isidorn self-assigned this Oct 8, 2019
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Oct 8, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 8, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants