seahorse to Rust Programming · 4 years agoWhat is your preferred IDE for Rust programming? Vim plugin?message-squaremessage-square12fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1message-squareWhat is your preferred IDE for Rust programming? Vim plugin?seahorse to Rust Programming · 4 years agomessage-square12fedilink
minus-squareDessalinesAlinkfedilinkarrow-up4·4 years agococ.nvim + coc-rust-analyzer You can use it with either nvim or vim.
minus-squareseahorseOPlinkfedilinkarrow-up1·4 years agoI went with your suggestion. How do you get it to check your syntax for every keystroke like Eclipse?
minus-squareDessalinesAlinkfedilinkarrow-up2·4 years agoIt should automatically, you press tab and it will auto-complete. Sometimes you need to save files so it can run cargo check, but that’s it.
coc.nvim + coc-rust-analyzer
You can use it with either nvim or vim.
I went with your suggestion. How do you get it to check your syntax for every keystroke like Eclipse?
deleted by creator
It should automatically, you press tab and it will auto-complete. Sometimes you need to save files so it can run cargo check, but that’s it.