-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Debug: Logpoint: Intellisense #157416
Comments
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature will make debugging in vscode a lot better experience & improve productivity. |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
It may be worth adding here that this was not a request for new functionality. This functionality is already implemented but is broken - I suspect due to changes in the bracket system. vscode/src/vs/workbench/contrib/debug/browser/breakpointWidget.ts Lines 247 to 277 in 61532ae
That code clearly indicates that if the context is a log message and @roblourens, in case closed issues are silenced. |
Thanks for pointing that out, I agree this actually looks broken. @hediet it looks like you changed the bracket detection logic, could you take a look? |
@hediet, what you're seeing is not what I'm seeing in 1.72.2. For me, no suggestions are ever provided for a log point in a TS file, whether it's a member reference or not: |
@roblourens @hediet like Colin mentioned I'm not getting any completions whatsoever for logpoints when using |
@hediet, To provide a little more detail, the problem is definitely in the bracket system: Here I'm debugging when I hit |
I can reproduce now after clearing my settings. As stupid as it sounds, it works with this setting: "[plaintext]": {
"editor.language.colorizedBracketPairs": [
["{", "}"]
]
}, |
Fixed by #170497 |
Please allow for intellisense when entering in the Log Message Template Section {}, currently is says No Suggestions. Thanks!
The text was updated successfully, but these errors were encountered: