-
Notifications
You must be signed in to change notification settings - Fork 510
Intellisense stops working when stopped on a breakpoint #566
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
Comments
Thanks! I know what's causing this, will see if I can fix it quickly. |
This change adds IntelliSense (code completion) capabilities while the debugger is stopped through invoking the TabCompletion2 command. Resolves PowerShell/vscode-powershell#566.
@daviwil Looks like this is happening again since 0.11 was release looks like it is affecting the symbol search as well (ctrl-shift-o) now doesn't give me the option to reopen the issue should I create a brand new one? I will try and get you a new log on Monday morning or over the weekend if I am doing any coding at home |
Hmmm, that shouldn't have been affected in this update. Definitely send along logs when you get a chance. I'll reopen this issue when I verify what's going on. Thanks! |
@daviwil Ok, so it seems to be happening with long running commands not on a breakpoint |
System Details
$PSVersionTable
:Issue Description
Intellisense stops working when stopped on a breakpoint
if i am coding normally intellisense works as expected
if i set a breakpoint enter debug mode and try to write code i get no intellisense
Not Debugging
Debugging
Attached Logs
logs.zip
vscode-powershell.txt
EditorServices.txt
.
The text was updated successfully, but these errors were encountered: