-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick Info
Milestone
Description
Version Used: Visual Studio 2019 Preview 4
Steps to Reproduce:
- Paste VB code:
Imports System.Text.RegularExpressions
Class C
Sub M()
Dim r = New Regex("$$")
End Sub
End Class- Remove the
$$and type[at that location
Expected Behavior: Completion should show
Actual Behavior: Completion does not show
Notes:
This is related to a couple test failures for VB, including TestCaretPlacement and OnlyClasses.
Completion does work, but just not when triggered on [. For example, try triggering with \ instead. In Old Completion, it correctly triggers on [.
I commented out the following line, and completion started triggering on [ (but I don't know what else would go wrong as a result):
Line 32 in 6752c0f
| .WithFilterCharacterRule(CharacterSetModificationRule.Create(CharacterSetModificationKind.Replace, new char[] { })); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBugIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick Info