-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Intellisense activating inside of strings #5051
Comments
Repro's on OSX as well. |
Both are great bugs -- could you please file over in https://github.com/omnisharp/omnisharp-vscode/issues rather than on VS Code itself? |
Migrated to dotnet/vscode-csharp#154, but leaving this open since it repro's with languages other than C# (specifically tested with JavaScript) |
Forwarding to @dbaeumer due to
|
@v-codeel we always include textual completions in code complete (e.g words that are in the document). We find this useful in strings and comments. Are you proposing not to show them? They are marked with an icon 'abc' to indicate that they are textual completions only. |
Closing as this is by design. I only see word based and snippet suggestions inside of string in JS It sounds like snipped completions are expected and you can also disable word base suggestions entirely if this behavior is annoying |
(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: