bricelam / T4Language

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

A full C# editor #22

Open bricelam opened 1 year ago

bricelam commented 1 year ago

Today, we have basic syntax highlighting and word-based features for code blocks, but a full C# editing experience would be idea.

To do this, we'd delegate to the C# language server. This is how Razor works.

We'd map code blocks to blocks of a preprocessed C# class and talk to the C# language server as if the user was editing that class file instead.