kadir çetinkaya

Results 81 comments of kadir çetinkaya

Some improvements are being discussed in https://reviews.llvm.org/D114326. Feel free to state your opinions there.

well i would definitely prefer that if we can have multiple floating windows in flight :D

There are two issues here, mostly inherited from clang-format itself: - FallbackStyle cannot be a custom style definition, it has to be a predefined style. - If FallbackStyle doesn't correspond...

Sent out https://reviews.llvm.org/D95538 for the latter issue.

> This doesn't seem like a problem. If FallbackStyle is effectively an enum, then what's the purpose of allowing an invalid value so long as you never use the feature?...

can you check https://clangd.llvm.org/guides/system-headers and see if there are bits that can help your use case? especially mingw bits might be useful.

As you've noted in clangd/clangd#342, currently clangd only supports disabling background indexing. I suppose we can work on an option to ignore certain files, this would be especially useful for...

> Every time you change the cmake preset, just reconfigure and make sure to restart clangd. regarding clangd the restart, it shouldn't be needed. Clangd should re-read both the config...

but i suppose this will run clangd shipped with xcode, right? which might be a quite older version, i am not sure if that would be beneficial for majority of...

You just set it to a file path you'd want clangd to output tracing info (note that clangd won't create a directory, but it will create the file, or overwrite...