Everlaw / nbts

NetBeans TypeScript editor plugin
282 stars 46 forks source link

Please make fuzzy completion available #110

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

Because of some ordering problems inside the code completion, that sometimes MyOwnService is higher prioritze than MyOwn, which is often a pain in the ass for me (Other problem), it is a must have, that we can have fuzzy completion like in Java. If you write MOS than MyOwnService should be found and I can add it. MO should find MyOwn and MyOwnService in this order. So please add fuzzy completion for code completion. That would be great and is a must have in my opinion.

Regards

Chris