We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version Used: 15.0.0+26228.12
First noted: #18359 (comment)
I don't believe this is directly related though because this has nothing to do with switch and the missing entry is a field.
switch
Steps to Reproduce:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Shell.15.0.dll
using Microsoft.VisualStudio; namespace IntellisenseBug { class Program { static void Main(string[] args) { var x = VSConstants.VsStd14; } } }
VSConstants.VsStd14
Expected Behavior:
VSConstants.VsStd14 shows up in completion
Actual Behavior:
VSConstants.VsStd14 never shows up, despite appearing to correctly bind to a symbol (QuickInfo and GoToDefinition work on it).
The text was updated successfully, but these errors were encountered:
This field has EditorBrowsable(EditorBrowsableState.Never)
EditorBrowsable(EditorBrowsableState.Never)
Sorry, something went wrong.
No branches or pull requests
Version Used: 15.0.0+26228.12
First noted: #18359 (comment)
I don't believe this is directly related though because this has nothing to do with
switch
and the missing entry is a field.Steps to Reproduce:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.Shell.15.0.dll
VSConstants.VsStd14
.Expected Behavior:
VSConstants.VsStd14
shows up in completionActual Behavior:
VSConstants.VsStd14
never shows up, despite appearing to correctly bind to a symbol (QuickInfo and GoToDefinition work on it).The text was updated successfully, but these errors were encountered: