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
.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.4
VS Code version: 1.16.1
C# Extension version: 1.12.1
Steps to reproduce
Create a block comment with XML documentation like:
/// <summary>
///
/// </summary>
Type sentences in the comment.
Ending with a period causes auto complete to trigger and is very annoying to type.
Expected behavior
I would expect that the plugin honors the editor.quickSuggestions in microsoft/vscode#9504. The editor behaves the way I would expect if I disable the C# plugin.
Actual behavior
Intellisense is shown and is triggered when I'm trying to type sentences in my comment.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.16.1
C# Extension version: 1.12.1
Steps to reproduce
Expected behavior
I would expect that the plugin honors the
editor.quickSuggestions
in microsoft/vscode#9504. The editor behaves the way I would expect if I disable the C# plugin.Actual behavior
Intellisense is shown and is triggered when I'm trying to type sentences in my comment.
The text was updated successfully, but these errors were encountered: