-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
VS crashing when clicking on Intellisense in Immediate window #24565
Comments
Note: it also repros in VS 15.5 so it's not a recent regression. |
📝 Make sure to enable the corresponding test from #25814 when this is fixed. |
When user presses |
First thing that happens when user presses We actually remove this flag pretty frequently (every time user types), but just before user clicks on the completion item, the flag is set to true |
The read only flag is set to true in I'm not sure what this is and why this is being called, but the A possible fix would be to reset the read only flag of the buffer when handling the click event in intellisense |
@AmadeusW Your help with figuring this out is appreciated. |
Fixed by #28131 |
Version Used:
d15.6\27329.01 with olegtk/FixIntellisenseInImmediate
Roslyn 2.7.0.6252601
Steps to Reproduce:
End Sub
num
to bring up intellisensenumber
in intellisense dialogExpected Behavior:
The variable is inserted into the immediate window.
Actual Behavior:
VS Crashes
Log:
The text was updated successfully, but these errors were encountered: