dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.86k stars 673 forks source link

Needed multiple framework support. #2850

Open fatihtatoglu opened 5 years ago

fatihtatoglu commented 5 years ago

While using VS Code,

I develop multiple framework libraries.

net452;net461;netstandard2.0

I needed handle multiple framework with #if, #elif, #else, and #endif Directives. While developing net452 intellisense works will be worked for net452. While developing netstandard2.0 the intellisense works will be for netstandard2.0.

I visual studio I can select on editing code, I need in Visual Studio Code same feature.

ghost commented 5 years ago

+1 ^