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

Add option to filter out / hide object methods from IntelliSense #73

Open
PeterHevesi opened this issue Sep 9, 2022 · 2 comments
Open

Comments

@PeterHevesi
Copy link

PeterHevesi commented Sep 9, 2022

Hi guys,
I like your extension :)
But still there is one thing missing, I would like to have an option to filter out default object methods like ToString, Equals, GetHashCode and so on... I know that Resharper has this functionality, but it is so expensive... I will study your code sometimes when I have time :)
I would be sooo happy if I have this feature :)

@Dreamescaper
Copy link
Owner

Hi @PeterHevesi .

Unfortunately, with the current approach it is possible to add additional completion items, but not to remove existing one.

@PeterHevesi
Copy link
Author

PeterHevesi commented Sep 9, 2022

Thanks for your fast response :)
In what file is that collection of suggestions? Can you please point me to it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants