NeVeS

Results 17 comments of NeVeS

One piece of the puzzle is missing. How to connect custom created IProjectionBuffer with existing ITextView or how to connect custom created ITextView with existing VS Editor. ITextViewModelProvider gave such...

Rider is based on IntelliJ IDE which runs on JVM, UI plug-ins are written in Kotlin, and the extensibility model is entirely different from VS. So there would not be...

Yes, there is a chapter about that in the manual: [Build your own CLI](https://github.com/NeVeSpl/NTypewriter/blob/master/Documentation/CLI.md) also, there was a try in the past to provide a generic CLI, but apparently, the...

I will think about it. I have just released version v0.3.6 which contains a commit that exposes [IType.IsTuple](https://github.com/NeVeSpl/NTypewriter/commit/e882e5f299372139cca98fc75e15c6679543d9d9), that should help eliminate that ugly string comparison.

I do not think that we need a parameter for that, `ValueTuple` can be hard coded, it is the name of type that the compiler uses internally anyway. @Prinsn you...

It was not, @Prinsn proposed adding `ValueTupleTypesScriptType` parameter, and I only commented on his proposal, without making any remarks regarding named tuples,

Right now it does not generate valid TS for tuples either, so having a type name there would definitely be a step forward. But since it is not a very...

It depends on a project type, not all VS projects support that. Also option [AddGeneratedFilesToVSProject](https://github.com/NeVeSpl/NTypewriter/blob/master/Documentation/Configuration.md#AddGeneratedFilesToVSProject) must be set to true. When it works, your template and generated files should have...

There is no such thing as "output" folder in NTypewriter. Every generated file has it is own path associated. As a quick solution I propose to use a custom function:...

Sure, v0.3.8 will have ``env.IsPreviewRender`` flag.