csharp-tmLanguage icon indicating copy to clipboard operation
csharp-tmLanguage copied to clipboard

C# syntax highlight does not work properly

Open akshita31 opened this issue 5 years ago • 1 comments

From https://github.com/OmniSharp/omnisharp-vscode/issues/2871

  • VSCode Version: 1.31.1
  • C# Extension: 1.17.1
  • OS Version: Debian 9 (Stretch)

Steps to Reproduce:

  1. Create C# Contact class accepting string name and int phone.
  2. Put its contructor's parentheses and parameters on its own lines.

Working Scenario: image

Problematic Scenario: image

akshita31 avatar Feb 28 '19 02:02 akshita31

This looks like #63.

michaelblyons avatar Feb 28 '19 03:02 michaelblyons