dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.88k stars 676 forks source link

#define constants are missing from the completion list #1018

Open potterdai opened 7 years ago

potterdai commented 7 years ago

Environment data

dotnet --info output: VS Code version: 1.7.2 C# Extension version: 1.5.3

Steps to reproduce

Using DefineConstants within the project.

Expected behavior

All DefineConstants should be under intellisense.

Actual behavior

None DefineConstants appears in intellisense.

DustinCampbell commented 7 years ago

This should ultimately be addressed by https://github.com/OmniSharp/omnisharp-roslyn/issues/78.