bricelam / T4Language

Adds basic language support for .tt files to Visual Studio.
Other
37 stars 3 forks source link

Directive name completion doesn't work when empty #15

Open bricelam opened 1 year ago

bricelam commented 1 year ago

Steps

<@# | #>

Press Ctrl+Space.

Details

The parser doesn't recognize this as a directive. Need to either update Mono.TextTemplating or parse it ourselves.