
The simplicity of use of its interface turns out to be the highlight of this application, its easy learning allows me to carry out my developments in a much faster and fluid way, the fact that it has a good amount of documents and information is very useful When having to make a query related to the program without having to resort to the customer service team, the performance of the application is above average, with many other development environments it happened to me that the window was stuck and I had to wait a few minutes to start working, however with CLion I do not have this type of problem at any time. Review collected by and hosted on G2.com.
It is only oriented to C and C ++ I think they should expand it to more programming languages and be a multi-language IDE, since it really is a very good option to develop. Review collected by and hosted on G2.com.
It's very similar to IDEA and I'm have been using IDEA for many years. Includes support for libc++ and that's a huge plus since I was dreading adding the support later. Code refactoring is relatively painless as far as it can be with C and C++ and GDB debugger is integrated for when debugging is needed for any reason. Review collected by and hosted on G2.com.
I really don't like using C but as a senior software engineer, I need to be able to help my junior colleagues whenever they need help, no matter what language they use. I still dislike using C with CLion but it's less painless since it's quite similar to IDEA and Rider that are my main work tools Review collected by and hosted on G2.com.
It has a very intelligent implementation for code completion. This is achieved in various ways including how CLion itself understands the language being typed on it and you can believe that it understands C and C++ very comprehensively. The other way that code completion is achieved is through the IDE's trying to learn the current code being typed and unedrstanding the context before suggesting completions.
Also jetbrains has tried to ensure that all their IDEs and tools have an integrated terminal where a lot of commands and third party integrations can be added. For instance, in the terminal pane, you can access your OS's (CLion is cross platform) command interface as well as other third party tools like npm, webpack and composer. All of these implementations help to ease a programmer's work life. Review collected by and hosted on G2.com.
The integration with the build tools that I've mentioned such as nodejs and npm is really messy and complicated on CLion comared to its rivals like Netbeans and Eclipse. This is also why you have to turn to the terminal to use these thrid party libraries instead of a simple GUI interface feature for faster and efficient access. Review collected by and hosted on G2.com.
I configured MySYS on the windows to emulate Linux development environment and I was able to fully integrate it with CLion. The debugging system also worked seamlessly. Review collected by and hosted on G2.com.
When debugging, rather than hitting the exact breakpoint, it sometimes acts weird. Also, the theme options are not very impressive. Review collected by and hosted on G2.com.
CLion is very intuitive IDE, with lots of customizable plugins which make the user experience even better. Navigation is simple, and the active community helps to solve any problems. Review collected by and hosted on G2.com.
Some of the default keyboard shortcuts interfered with Linux utilities. Also, it allowed only one project to be opened at same time - it was pretty hard to compare code shared between two seperate projects. There is a free version of the application for students, but if someone is not enrolled in college, they could only get a free 30-day trial, which is not so much for people not enrolled to college, wanting to learn in their free time. Review collected by and hosted on G2.com.
I like the easy way to use it in so different OS(MacOS, Windows, Ubuntu). I like the integration of the terminal, because in MacOS and Ubuntu, it's very easy to get a docker or ssh connection directly from the program. Review collected by and hosted on G2.com.
Maybe it strength is also it weakness. You have a thousands of options and may cause some confusion. Review collected by and hosted on G2.com.
Como é típico dos IDEs da JetBrains, essa é uma ferramenta de desenvolvimento poderosa e rica em recursos. O recurso de extensões que podemos instalar para facilitar nosso trabalho O período de avaliação do aluno é gratuito O Depurador é super poderoso. Review collected by and hosted on G2.com.
Configurar o IDE foi incrivelmente difícil pela primeira vez, no entanto, que poderia ter sido corrigido durante as últimas atualizações Ele luta com grandes projetos, particularmente aqueles com muitas dependências Eu tenho que iniciar manualmente o Clion a partir da linha de comando para que ele reconheça o caminho atual. Eu gostaria que eles apoiassem o tradicional Make for building, ao invés de apenas CMake Review collected by and hosted on G2.com.
Eu não tive que aprender como usar a interface e todos os recursos porque eu os conhecia bem Fácil de instalar O suporte ao Debugger é surpreendentemente bom também, permitindo a localização de pontos de interrupção e a busca de variáveis que são mais fáceis de usar que as do XCode Review collected by and hosted on G2.com.
A velocidade até agora Isso geralmente se manifesta em tempos de espera de comprimento para construir símbolos. Eu tenho que iniciar manualmente o Clion a partir da linha de comando para que ele reconheça o caminho atual. Review collected by and hosted on G2.com.
Besides having the same look and feel as IntelliJ, the GUI debugger is just great, integrates really good with most libraries and autocomplete is just great and as other Jetbrains products it integrates git support by default and has links to download Cygwin inside CLion when you need to setup a new C environment Review collected by and hosted on G2.com.
No Make support so you must convert Make to CMake all your projects, that's not so fun and it kind of lacks plugin support compared to other C Ides Review collected by and hosted on G2.com.
The UI is the same as all IntelliJ IDEs, so anyone who has used them in the past will have no problem picking it up. The code completion and other features are some of the best. Unlike some IDEs, it even does a pretty reasonable job of reading template code. Review collected by and hosted on G2.com.
It struggles with large projects, particularly ones with lots of dependencies. This usually manifests itself it length wait times to build symbols. In the most recent project I used it in, the debugger would often freeze and then crash, an issue I wasn't having with other IDEs. Additionally, it would be nice if build systems other than CMake were supported (Make, QMake etc). Review collected by and hosted on G2.com.
I like that CLion lets you use all the modern C++ features. The syntax highlighting is good, as is the debugger (really good)! Review collected by and hosted on G2.com.
The integration with CMake is not as good as it could be. It forces you to use CMake. Review collected by and hosted on G2.com.
c lion is a very nice and helpful ide for C. The code completion, verification, and debugging are all very nice. Review collected by and hosted on G2.com.
no real complaints about c lion, it would be nice if there was a community edition Review collected by and hosted on G2.com.
There are a number of must have features in CLion, such as auto-complete, refactoring support, built in debugger, and the new profiler feature. All of these are useful in day-to-day operations. CLion also integrates very well with CMake. Review collected by and hosted on G2.com.
The only thing I dislike about CLion is the difficulty of getting CLion to accept a PATH configuration from a bashrc file. I have to manually launch Clion from the command line in order to get it to recognize the current path. Review collected by and hosted on G2.com.
The extensions feature that we can install to make our work easy. Also UI is best. Review collected by and hosted on G2.com.
When we create new file, in any other folder, we have to configure the cmakelists.txt file everytime. This is the worst thing about this IDE Review collected by and hosted on G2.com.
It is basically everything you need in an IDE, I struggled to set up Visual Studio on a Mac and found an amazing superior alternative in Clion, everything from the console to GitHub integration is seamless. Review collected by and hosted on G2.com.
Not enough content/tutorials online, May be confusion out of the box. Review collected by and hosted on G2.com.
Easy to install. The editor follows oxygen coding standard . Helpful for the make files. has all the c compilation version . provides console , debugger line to line and version control Review collected by and hosted on G2.com.
Initial learning is required which although is easy but takes time for a complete beginner. there is no backup facility . Review collected by and hosted on G2.com.
Same style as other JetBrains IDEs, easy to work with Review collected by and hosted on G2.com.
Setting up the IDE was incredibly hard for the first time (however, that could have been fixed during last updates); Auto-correction for code works not that good comparing to Java Review collected by and hosted on G2.com.
Autocomplete and suggestions for alternative loops etc. is quite good.
Support for dynamic imports.
'Ctrl' + 'Click' to move to the definition of the function.
'Ctrl' + 'alt' + 'shift' + 'N' to search for a symbol.
Moving the code up or down using 'ctrl' + 'alt' + 'UP'/'DOWN' to move some code around as it takes care of the indentation correctly. Review collected by and hosted on G2.com.
Dynamic imports could be wrong sometimes, and the editor won't even warn you, you will need to figure out on your own. Default key bindings will give you trouble for moving to last cursor position in Gnome based linux distributions. I had to overwrite and set my own shortcuts. Review collected by and hosted on G2.com.