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
Runtime Environment:
OS Name: Windows
OS Version: 10.0.17134
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.202\
Microsoft .NET Core Shared Framework Host
Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037
VS Code version: 1.25.1
C# Extension version: 1.15.2
OS Version: Windows 10 Professional
Issue:
When inside comment blocks (/* */), pressing the Period key on the keyboard should not trigger Code Assist dialog box.
It is annoying when you invoke the Content Assist dialog box, but it is even worse when you press the Spacebar in places where it should have been whitespaces. Like
aaa
bbb
ccc
And then you accidentally invoke the Content Assist on the first "period", and the first entry is accidentally applied when the "Spacebar" key is pressed down.
Steps to Reproduce:
In a blank C# file, start with a comment block. (/* */).
Type out an ordered list (List that starts with 1, 2, 3, ...).
The moment you type a period in the ordered list, you are invoking the Content Assist dialog box.
All I'm doing is pressing only Spacebar and Period keys inside the comment block. The Content Assist shouldn't be invoked inside the comment blocks at all.
Expected behavior
Content Assist shouldn't be appearing inside comment blocks, nor invoked.
Actual behavior
Content Assist is being invoked while inside comment blocks.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:.NET Command Line Tools (2.1.202)
Product Information:
Version: 2.1.202
Commit SHA-1 hash: 281caedada
Runtime Environment:
OS Name: Windows
OS Version: 10.0.17134
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.202\
Microsoft .NET Core Shared Framework Host
Version : 2.0.9
Build : 1632fa1589b0eee3277a8841ce1770e554ece037
VS Code version: 1.25.1
C# Extension version: 1.15.2
OS Version: Windows 10 Professional
Issue:
When inside comment blocks (/* */), pressing the Period key on the keyboard should not trigger Code Assist dialog box.
It is annoying when you invoke the Content Assist dialog box, but it is even worse when you press the Spacebar in places where it should have been whitespaces. Like
And then you accidentally invoke the Content Assist on the first "period", and the first entry is accidentally applied when the "Spacebar" key is pressed down.
Steps to Reproduce:
Expected behavior
Content Assist shouldn't be appearing inside comment blocks, nor invoked.
Actual behavior
Content Assist is being invoked while inside comment blocks.
The text was updated successfully, but these errors were encountered: