Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
90 stars 17 forks source link

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

Open PeterHevesi opened 2 years ago

PeterHevesi commented 2 years ago

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 commented 2 years ago

Hi @PeterHevesi .

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

PeterHevesi commented 2 years ago

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