Jan Jurzitza

Results 777 comments of Jan Jurzitza

seems like some issue auto-inferring `ref` or not across compilation units

just `dub build` for my linked code there I was using the code at https://github.com/libmir/mir-ion/pull/22

yeah serve-d can be used with it too, don't have a config for it ready though. If anyone makes it work, feel free to PR your config to the serve-d...

the Natvis documentation is very sparse and only written for VS. I have developed and debugged it with VS so I can't really tell you how it's going to perform...

In VS you just have to drop the natvis into the project folder and it auto loads, in vscode you have to set it as "visualizer path" (and only a...

can you attach a screenshot and information you can find about the type?

If I use scriptlike, I use it for scripting, and normally I don't share my scripts and just want to have it as convenient as possible for the one or...

ah the build.bat script might be outdated, I don't think it's tested in CI either. Feel free to PR a fix for that. Building with dub is tested and should...

~~ctrl-enter in the middle of the line is still broken and also getting error messages in the developer tools now:~~ ``` [[object Object]]Cannot read property 'text' of undefined TypeError: Cannot...

I'm getting exceptions while typing in 0.1.15: ``` ypeError: Cannot read property 'text' of undefined at DocommentDomainCSharp.IsTriggerDocomment (c:\Users\jurzitza\.vscode\extensions\k--kato.docomment-0.1.15\out\src\Domain\Lang\DocommentDomainCSharp.js:30:39) at DocommentDomainCSharp.Execute (c:\Users\jurzitza\.vscode\extensions\k--kato.docomment-0.1.15\out\src\Domain\DocommentDomain.js:23:19) at DocommentControllerCSharp._onEvent (c:\Users\jurzitza\.vscode\extensions\k--kato.docomment-0.1.15\out\src\Controller\DocommentController.js:55:31) at DocommentControllerCSharp. (c:\Users\jurzitza\.vscode\extensions\k--kato.docomment-0.1.15\out\src\Controller\DocommentController.js:19:22) ``` Ctrl-Enter is...