|
|
|
|
|
by piskov
29 days ago
|
|
The main point of IDE is not code completion but lots of static and dynamic analysis to keep you from writing bad, slow, insecure, what have you, code. Most of that stuff is proprietary and cannot be plugged into terminal. The only attempt I’ve seen was actually by Jetbrains with Resharper beta for vscode |
|
I also highly doubt that any IDE, whatever that is, is better at analyzing Rust code than rust-analyzer is. Not every language will have a language server that excellent, but I hope that'll improve for those users.