I usually code with Visual Studio 2017, but when I program in Java or python I use Visual Studio Code.
In Visual Studio 2017 the intellisense have filters that allow you to see only the parameters, methods, snippets... making the job alot easier.

Visual Studio Code has intellisense but no filters, is there a way to activate them? or haven't been implemented yet?

There's currently an issue for this: https://github.com/microsoft/vscode/issues/50291
That said, you can remove categories across the board in settings.json:
"editor.suggest.filteredTypes": {
"class": false
},
(I'm filtering class because my React code was getting completion suggestions from lots of auto-generated CSS classes)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With