- Add completions for
@stack
,@pushTo
,@pushOnceTo
,@dd
and@dump
tags.
- Add
htmlLanguageParticipants
to use HTML language server features in Edge files.
- Trigger autocompletion for components named as
layout
orsection
. - Fix component autocompletion insert text to contain closing statement as well.
- Trigger components autocompletion when
@!
keywords are used. - Fix code comments shortcut to use Edge comment boundaries and not JavaScript comment boundaries.
- Fix folding markers to ignore inline tag names.
- Autocompletion was triggered when using
@section
in.edge
files
- Polishing and fix some issues related to Document Links in .ts and .edge files
- Add support for
components/**/.index.edge
. That means if you have a component incomponents/button/index.edge
, completion and links will works for@button
instead of@button.index
. - Before, in order to show completions, you had to press
ctrl+space
. Now, completions will show automatically when you type@
or@.
. Same for.ts
files, when you will start typingedge.render
, completions will show automatically. - Add Edge built-in tags completions with some links to the documentation in the CompletionItem detail.
- Use different icons for Edge built-in tags and custom tags.
- Still another release fixing bundling/missing dependencies
- Fix for missing dependencies
- Another release fixing missing dependencies
- Feat Goto template support
- Fix tags match regex
- First official release