Open stof opened 5 years ago
Given that 99.9% of templates names in my project include a /
, this makes the completion quite painful.
I can confirm that this is not working as it should. I tried to look into this but I cannot find where this piece of code is invoked. But it seems like something simple that I can fix. @Haehnchen can you point me where this is located, then I will try to provide you with a PR 😊
With this code (where
|
represents the cursor):the autocompletion for template name does not restrict choices to template names starting with
@Web/JS/re
(it looks like it takes only there
part into account for filtering, even though the prefix seems to impact priority of choices as the expected one comes first). And accepting the autocompletion (be it withEnter
orTab
) produces this broken code: