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

Members hidden from IntelliSense still show up in tooltips #50

Closed
KevinRansom opened this issue Jan 18, 2015 · 3 comments
Closed

Members hidden from IntelliSense still show up in tooltips #50

KevinRansom opened this issue Jan 18, 2015 · 3 comments
Labels

Comments

@KevinRansom
Copy link
Member

opened by ovatsus at CodePlex

When we have a member like this:

 [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] 
 [<CompilerMessageAttribute("This method is intended for use in generated code only.", 10001, IsHidden=true, IsError=false)>] 
 member x._Print = x.XElement.ToString() 

It doesn't show up on IntelliSense, but it still does show up on the tooltip:

e420bdd2-cccc-11e3-98d9-10f3bf7f73f4

If someone can point where this code is located I can take a shot at submiting a PR with a fix

@forki
Copy link
Contributor

forki commented Jan 21, 2015

@ovatsus - could you please test/review #73? Thanks

@ovatsus
Copy link

ovatsus commented Jan 21, 2015

Sure, I'll try test it soon

@latkin latkin closed this as completed in ac55622 Jan 22, 2015
@latkin latkin added the fixed label Jan 22, 2015
@ovatsus
Copy link

ovatsus commented Feb 14, 2015

Coming a bit late, but tested it and it works as expected

ncave pushed a commit to ncave/fsharp that referenced this issue Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants