Xdavidliu
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
创建于 How to automatically suggest not-included members without pressing Ctrl+space twice?
已回答I'm using CLion 2022.3.3 on Debian 11. I notice when I have int main() { std::vec} there are no suggestions when my cursor is after "vec". I have to hit ctrl+space TWICE in order to get "std::vect... -
创建于 confusion about an import (with slightly strange suffix) being auto-deleted on save
已回答I went to https://pkg.go.dev/rsc.io/quote/v4 and noticed that the import was rsc.io/quote/v4, so I put the following in VSCode saved it (an autoformat ran, but it was fine), then did "go mod tidy" ... -
已编辑于 In CLion Rust, how do I get code completion suggestions for a package dependency I add to Cargo.toml?
已完成I'm using CLion for Rust. For builtin and std library types, code completion works fine. For example, if I type `String::f`, a nice menu pops up with `from`, `from_utc8_unchecked`, etc. However, if... -
创建于 CLion code completion for CUDA is missing many options
已完成I'm using CLion on Windows 11 with Cuda Toolkit 11.7.99 and the MSVC compiler from Visual Studio 2022. It works fine (after I manually went into toolchain and chained architecture from x86 to amd64...