Daniil Rozanov
Daniil Rozanov
> `using` с C++17 поддерживает перечисление имен. Синтаксис `using namespace` в связи с этим выглядит асимметрично. Интересно, по какой причине вместе с `using` не завезли и `using namespace`. Видимо забыли
@Decodetalkers Cool, thank you! Then I propose to discuss new possibilities in this thread. I tried to write a plugin that would allow similar actions, but then I thought that...
@Decodetalkers You need to create it. Actually, not `.cmake`, but query file. One option is ```sh cmake -E capabilities | jq '.fileApi' > /.cmake/api/v1/query/client-/query.json ``` After that, if you run...
`` is any string. `cmake -E capabilities` output contains all possible kinds of replies supported by your cmake version. Note, this feature released since `cmake 3.15`, i suppose this is...
BTW, i changed config to ```lua return { "Civitasv/cmake-tools.nvim", config = function() require("cmake-tools").setup {} end, } ``` and it works. Bug