Is there any trick to make Visual Studio Code Quick Open faster? -
quick open must-have feature in ide, in visual studio code (by default bound cmd+e on mac) seems slow in finding anything. there configuration option/trick make faster indexing files etc.?
we plan add indexing in future updates. until can configure exclude more folders searches. setting called search.exclude , allows set patterns.
btw quick open learns files open , keeps in mru list. quick open should fast files.
Comments
Post a Comment