You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to version of Ionide 7.1.0,
I am experimenting some strange behaviour from the intellisense and diagnostics.
See this error message:
It is complaining about a projlet variable while the actual variable name is proj. If I reload Ionide the problem disappear.
One way to produce a similar problem is to type a bunch of random text very quickly. And then clean the random text and see that even if the code should be fine there are errors persisting.
text_out_of_sync_demo.mp4
See how once Ionide is related the code is indeed valid
Here I demonstrated it for errors, but this also impact the intellisense because it doesn't auto complete what we would expect it to. Something providing no intellisense at all or something result for another line.
Describe the bug
Since upgrading to version of Ionide 7.1.0,
I am experimenting some strange behaviour from the intellisense and diagnostics.
See this error message:
It is complaining about a
projlet
variable while the actual variable name isproj
. If I reload Ionide the problem disappear.One way to produce a similar problem is to type a bunch of random text very quickly. And then clean the random text and see that even if the code should be fine there are errors persisting.
text_out_of_sync_demo.mp4
See how once Ionide is related the code is indeed valid
Here I demonstrated it for errors, but this also impact the intellisense because it doesn't auto complete what we would expect it to. Something providing no intellisense at all or something result for another line.
I suspect that this is related to the introduction of Incremental text sync
Machine info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: