bricelam / T4Language

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

Parse included files too #21

Open bricelam opened 1 year ago

bricelam commented 1 year ago

I used an API from Mono.TextTemplating to parse the templates without drilling down into included files. But this API is being obsoleted in future versions.

These calls should be updated to the new ones which also parse included files. Any errors in the included files should also be reported back to the client.