Skip to content
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

In line comments in parameters for function are not recognized #802

Closed
microsoftly opened this issue Oct 6, 2016 · 0 comments
Closed

In line comments in parameters for function are not recognized #802

microsoftly opened this issue Oct 6, 2016 · 0 comments

Comments

@microsoftly
Copy link

Environment data

dotnet --info output:
.NET Command Line Tools (1.0.0-preview3-003755)

Product Information:
Version: 1.0.0-preview3-003755
Commit SHA-1 hash: 3117e4a686

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.11
OS Platform: Darwin
RID: osx.10.11-x64

VS Code version: 1.5.3
C# Extension version: 1.4

Steps to reproduce

The following code snippet does not have the commented portion properly identified

public void methodWithParametersCommented(int p1, /*int p2*/, int p3) {} 

Expected behavior

actual colorization of comments as well as knowing the section being commented out

Actual behavior

no colorization of commented section, sometime erroneous syntax errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants