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
Note that the completion that appears inside strings is text token based and includes snippets. These are included by default in VS Code. However, symbol completion is not appearing inside strings.
(Migrated from microsoft/vscode#5051)
(Code examples will be in C#, but also repro's with other languages)
Scenario 1 Repro:
var x = "%%
%%
, TypeC
Scenario 2 Repro:
Console.WriteLine("%%)
(
(This would be normal if it hadn't been previously dismissed.)
The text was updated successfully, but these errors were encountered: