vscode-twig-language-2 icon indicating copy to clipboard operation
vscode-twig-language-2 copied to clipboard

with tag not appearing in intellisense

Open renestalder opened this issue 4 years ago • 6 comments

The with tag (see Twig documentation) is one of those tags that does not appear in the intellisense of vscode, assuming this is missing in the implementation.

Update: Seems it's not recognized at all.

Screenshot from 2020-08-26 13-44-06

renestalder avatar Aug 26 '20 11:08 renestalder

I've been working with Twig for years and have not come across this tag! Feel free to create a pull request including the "with" as a snippet or in any other way you think is necessary.

mblode avatar Aug 26 '20 11:08 mblode

@mblode Hehe, yeah I always find new stuff too, but this one I use quite often due to cumbersome long nestings. And I still use Twig 1.x..

I will check the project code. Should probably be able to create a PR based on the fact I did the very first Twig extension for vscode back in the days (yes, the rather bad one that is still online).

renestalder avatar Aug 26 '20 12:08 renestalder

Haha, your old code is probably combined into this extension because it started off as a Frankenstein's monster of all the existing work!

mblode avatar Aug 26 '20 12:08 mblode

I'm the damn source of the problem :see_no_evil:

renestalder avatar Aug 26 '20 12:08 renestalder

Any update on this? I can work on a PR, or at least... I may try. Let me know.

gremo avatar Sep 15 '20 16:09 gremo

@gremo Go for it. I'm back on emacs at the moment so I'm not as bothered as you might be :)

renestalder avatar Sep 15 '20 17:09 renestalder