Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问写Rust用什么IDE比较好? #4

Open
Praying opened this issue Nov 19, 2020 · 11 comments
Open

请问写Rust用什么IDE比较好? #4

Praying opened this issue Nov 19, 2020 · 11 comments
Labels
good first issue Good for newcomers

Comments

@Praying
Copy link
Owner

Praying commented Nov 19, 2020

No description provided.

@ghtz08
Copy link

ghtz08 commented Nov 19, 2020

VS Code 就不错

@Praying Praying added the good first issue Good for newcomers label Nov 19, 2020
@Pure-Peace
Copy link
Contributor

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

@ghtz08
Copy link

ghtz08 commented Nov 19, 2020

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

rust 和 rust-analyzer 一起会冲突吗?

@Pure-Peace
Copy link
Contributor

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

rust 和 rust-analyzer 一起会冲突吗?

不会冲突,这两个扩展应该属于相辅相成的类型,而且rust-analyzer要分析代码一般比较慢,在他分析出来之前就靠rust官方扩展了

@xxxxzb
Copy link

xxxxzb commented Nov 20, 2020

有RA和TabNine的支持就足够了

@Praying
Copy link
Owner Author

Praying commented Nov 20, 2020

有RA和TabNine的支持就足够了

TabNine是不是收费的?而且很费内存?

@Gnosnay
Copy link

Gnosnay commented Nov 20, 2020

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

rust 和 rust-analyzer 一起会冲突吗?

rust ext 可以设置language server的 command + , 搜索一下 rust 可以找到

@xxxxzb
Copy link

xxxxzb commented Nov 23, 2020

有RA和TabNine的支持就足够了

TabNine是不是收费的?而且很费内存?

确实有点费内存,不是内存很紧张可以试一试,体验很好。TabNine是用rust写的,他们团队回馈rust社区,对rust免费。

@ghtz08
Copy link

ghtz08 commented Jan 1, 2021

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

rust 和 rust-analyzer 一起会冲突吗?

不会冲突,这两个扩展应该属于相辅相成的类型,而且rust-analyzer要分析代码一般比较慢,在他分析出来之前就靠rust官方扩展了

最近使用时提示:

You have both the rust-analyzer (matklad.rust-analyzer) and Rust (rust-lang.rust) plugins enabled. These are known to conflict and cause various functions of both plugins to not work correctly. You should disable one of them.

@Pure-Peace
Copy link
Contributor

Vscode
扩展:
rust
rust-analyzer
crates
Cargo
Even Better TOML
Code Runner

rust 和 rust-analyzer 一起会冲突吗?

不会冲突,这两个扩展应该属于相辅相成的类型,而且rust-analyzer要分析代码一般比较慢,在他分析出来之前就靠rust官方扩展了

最近使用时提示:

You have both the rust-analyzer (matklad.rust-analyzer) and Rust (rust-lang.rust) plugins enabled. These are known to conflict and cause various functions of both plugins to not work correctly. You should disable one of them.

是的,官方推荐只选择一个使用。。(可能只有我两个都开着?

@neilwangweili
Copy link
Contributor

idea + Cargo插件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

6 participants