7 ms·
I'm using QtC daily too, and it's far from perfect. - It still can't handle most of the CMake projects. - Refactoring/autocompletion/go-to-definition doesn't
by RazrFalcon 7y ago
I'm using QtC daily too, and it's far from perfect.
- It still can't handle most of the CMake projects.
- Refactoring/autocompletion/go-to-definition doesn't work on a heavy-templated code.
- Clang must be patched to work correctly (at least code analyzer doesn't work out of the box).
- Code generation sometimes produces malformed code.
- No ANSI escape codes support in terminal/output.
- Random crashes.
IDEA with Rust plugin is years ahead.
- celticmusic 7y agopersonally I think the best IDE in the world is Visual Studio for C#. I think Rust has the _potential_ to be better, but it's years off and requires the rust community to change how they think. I'm interested in the IDE due to the authors claims, but I don't really see him making this IDE better than VS + C#. If he can, that would be amazing though.
- littlestymaar 7y ago> I think Rust has the _potential_ to be better, but it's years off and requires the rust community to change how they think. The said change already happened and Rust devs are currently refactoring in depth their compiler to make it IDE-friendly (taking a lot of inspiration from Roslyn). This is tons of work though and even if it's currently going well, it won't be there before next year. See this talk if you're interested in this kind of things: https://m.youtube.com/watch?v=7_7ckOKZCJE&list=PLgC1L0fKd7UkVwjVlOySfMnn80Qs5TOLb&index=4&t=0s https://m.youtube.com/watch?v=7_7ckOKZCJE&list=PLgC1L0fKd7Uk...
- steveklabnik 7y ago(The work is also directly inspired by the C# work)
- littlestymaar 7y agoThat's what I meant when I said it was inspired by Roslyn. Did I miss other things from C# that Rust is borrowing* here? * pun obviously intended
- steveklabnik 7y agoNo, I just cannot read, sorry!
- littlestymaar 7y agoAhah no worries ;)
- celticmusic 7y agooh interesting, it turns out I don't follow rust closely enough :) I think when rust tooling gets "there", it's going to be able to do some really cool things that no one else can do.