Carl Mueller-Roemer
Carl Mueller-Roemer
With the extension enabled I can click on format selection, however instead of formatting the selection the whole document is formatted. It would be nice if this was either implemented...
Version: 0.0.17 Behavior: When you escape the hash symbol # in order to make CMake not see this as a comment, everything after the symbol is still colored as a...
The killer feature that convinced me to use fzf was searching for files (shown in readme), but also ctrl+R bash history search and git branch search. https://github.com/junegunn/fzf#key-bindings-for-command-line It would be...
In the readme it says you can use this with pprof. We're using gperftools, and the output files can be rendered in various formats (e.g. traces) by using pprof. However...
#1296 introduced a new setting for lambda indentation, however I think it's inconsistent. My uncrustify version is: ```bash $uncrustify --version Uncrustify-0.72.0 ``` Say I have two lambdas, one assigned, and...
When you use svm-train with -v option and a model file, no model file gets generated (3.24). If this is supposed to be the normal behavior there should be a...
(On master branch) If you include files relative to the workspace folder, the extension stitches the path together with the path to the currently opened file. Resulting in an incorrect...
The compilerargs should at least be per language. Otherwise clang tidy doesn't allow setting a C and C++ standard at the same time.
I get a large amount of errors on the last line of every file. There's nothing on this line, and it's unclear what this is referring to.
There's no `contributing.md` documenting how to get started in developing on this project. This makes it hard for potential contributors to see where to start.