Async-std: The lib don't support IDE(vscode and Clion) auto-completion and Code hint

Created on 24 Nov 2019  路  4Comments  路  Source: async-rs/async-std

Most helpful comment

@SvetlinZarev Followed your step, but it still doesn't work for me. (mac clion2019.2.1 rust1.39.0)

All 4 comments

I think this is more of an IDE issue, intellij-rust (CLion) has a corresponding issue: https://github.com/intellij-rust/intellij-rust/issues/4627)

It's an ide issue. You can try to switch to the experimental macro engine. It soved the issue for me:

Preferences -> Languages & Frameworks -> Rust -> Expand decl macros -> expand with experimental engine

@SvetlinZarev Followed your step, but it still doesn't work for me. (mac clion2019.2.1 rust1.39.0)

Thanks @SvetlinZarev -- that fixed the issue for me with Arch Linux and CLion 2019.3.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yoshuawuyts picture yoshuawuyts  路  8Comments

kornelski picture kornelski  路  5Comments

yoshuawuyts picture yoshuawuyts  路  3Comments

Lonami picture Lonami  路  5Comments

cole-acepph picture cole-acepph  路  5Comments