Xdavidliu
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
-
Created How to automatically suggest not-included members without pressing Ctrl+space twice?
AnsweredI'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... -
Created confusion about an import (with slightly strange suffix) being auto-deleted on save
AnsweredI 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" ... -
Edited In CLion Rust, how do I get code completion suggestions for a package dependency I add to Cargo.toml?
CompletedI'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... -
Created CLion code completion for CUDA is missing many options
CompletedI'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...