How can i fix completion of Vec? #22490
Replies: 1 comment 2 replies
-
// Ensure you're importing the correct Vec from std::vec
use std::vec::Vec;If the issue persists, try the following steps:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I type Vec in VS Code, autocomplete always suggests std::intrinsics::simd::SimdAlign::Vector instead of std::vec::Vec.
Beta Was this translation helpful? Give feedback.
All reactions