Martin Probst
Martin Probst
No, this bug is a known limitation with that PR.
Unfortunately this repository is unmaintained. I'd suggest either building yourself, using the official LLVM releases for your platform, or using something like prettier.
The thing that I'm slightly uncomfortable with is that we have code in Clutz and in tsickle relying on an implementation detail in JSCompiler, which of course could change at...
Yeah, but if we find that, we could introduce an indirection for the time being or something like that. 2017-10-11 18:16 GMT+02:00 Evan Martin : > Even with an integration...
We'd have to run type inference for that, and prefer using types determined by inference over the syntactical types. That might end up being tricky - it'd require figuring out...
If it has `@constructor`, it's not an interface, right? I think the Closure code is not correct.
I have to admit I don't really use IntelliJ much these days. I think the plugin is calling the IJ APIs correctly, it's issuing a replacement of the buffer contents...
That's why I'm confused: this plugin does shell out to `clang-format`, but it does not use `clang-format` to write the file on disk. It receives the replacements in an XML...
Do you get an error message, or silent failure? Generally speaking this should work. Have you tried re-binding the key binding?
Are you sure clang-format is triggering at all? The break in the middle of a keyword looks very strange, no idea how that could happen. KelaKing [email protected] schrieb am Mi.,...