Slycelote
Slycelote
I don't know. Have you seen any updates in this thread?
No.
VsCaide is an extension for Microsoft Visual Studio, which is an IDE completely unrelated to VSCode (and available only on Windows). On Linux you can use a [command line executable](https://github.com/slycelote/caide/tree/release/libcaide)...
For people interested in a VSCode extension, perhaps specify which language-specific extensions (e.g. providing C++ or CMake support) you already use with VSCode.
> I also wanted to say one thing, about the error, I was getting don't know whose mistake was yours or mine, I build my solution without statically linking my...
Please use a separate github issue for each bug.
Atcoder should now be support via Competitive Companion browser add-on.
Multiline thing is unrelated, you'll get the same result if you put it all on a single line. The problem is that macros creating new declarations are generally unsupported. I...
You should probably clarify exact scenarios when it happens. Doxygen or, with `-fparse-all-comments`, 'almost Doxygen' comments attached to unused declarations definitely get removed. I know that trailing comments don't. Anything...
The first comment is removed with `-fparse-all-comments` or if it is changed to doxygen style, as expected. The second comment is not removed because it is attached to a used...