T4Editor icon indicating copy to clipboard operation
T4Editor copied to clipboard

Enhance your T4 experience in Visual Studio.

Results 9 T4Editor issues
Sort by recently updated
recently updated
newest added

Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview Version 17.10.0 Preview 2.0 use light theme by default after extension install though clearly defaulting to dark theme: ![image](https://github.com/Tim-Maes/T4Editor/assets/1643324/0c20e3dc-1464-488e-a4ed-cc283c498395) I see I...

Currently T4Editor is leaning heavily on the use of RegEx patterns to filter out codeblocks from the textView and colorize them. A better approach would be to create something that...

help wanted

Ideal: you can right click in the editor on a T4 file and there should be an option 'Format T4 template'. This command should put control block and class feature...

enhancement

I noticed when I type a `¦` character into the plaintext/output part of a T4 script (i.e. not in a `

Since installing the extension I find that code-editor scrolling performance in VS2019 suffers badly when scrolling a T4 file with even a moderate amount of T4 code-blocks. When dragging the...

After Visual Studio 2022 version update from 17.0.2 to 17.0.4 Colors reset to default values. Reproduced with Visual Studio 2019 update 16.11.7->16.11.8 ![defaultColorScheme](https://user-images.githubusercontent.com/10577825/147395578-10d05b66-bdc4-4fc7-a62d-154cd0b4368a.png) Either one solution will be better than...

bug

I received some anonymous feedback through my blog regarding custom file extensions. Some users like to suffix their .T4 template with an extra character to exclude them from being handled...

When you write one code with debugging lines, you don't want to appear these lines in the final release. It is not possible the use "#if DEBUG ... #endif" just...

hello, this is great, do you have any releases planned, the last one is 2 yrs old Also is there a way to detect issues at compile time Also add...