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
dotnet --info output: .NET Command Line Tools (1.0.0-preview2-003121)
VS Code version: 1.9.0-insider
C# Extension version: 1.6.2
Steps to reproduce
create a class
create an abstract function
add a // comment to the end of the line
type comment, press space bar, type another character
Expected behavior
The function's syntax coloring remains the same and the comment stays comment-colored
Actual behavior
The function's syntax coloring changes when adding the space and the comment takes on keyword colors. The auto-complete suggestion list appears as well.
The text was updated successfully, but these errors were encountered:
DustinCampbell
changed the title
C++ style comments at end of line change syntax highlighting when character after the first space is typed
Single-line comments at end of line change syntax highlighting when character after the first space is typed
Dec 26, 2016
Environment data
dotnet --info
output: .NET Command Line Tools (1.0.0-preview2-003121)VS Code version: 1.9.0-insider
C# Extension version: 1.6.2
Steps to reproduce
Expected behavior
The function's syntax coloring remains the same and the comment stays comment-colored
Actual behavior
The function's syntax coloring changes when adding the space and the comment takes on keyword colors. The auto-complete suggestion list appears as well.
The text was updated successfully, but these errors were encountered: