Xdavidliu
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 6
-
Xdavidliu 创建了一个帖子, 已回答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... -
-
-
-
Xdavidliu 创建了一个帖子, 已回答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" ... -
-
-
-
-
Xdavidliu 创建了一个帖子, 已完成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...