Xdavidliu
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Xdavidliu created a post, AnsweredHow 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 commented, -
-
Xdavidliu created a post, Answeredconfusion 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 commented, -
Xdavidliu created a post, CompletedIn 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...