isls's blog

By isls, 10 years ago, In English

hopefully after a long wait jetbrains has announced new C/C++ IDE called Clion with all needed features needed from any programmer, every one should have a try. Clion

  • Vote: I like it
  • +19
  • Vote: I do not like it

| Write comment?
»
10 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I don't think that this IDE will totally "kill" other IDEs, because for some programmerse for example visal studio will be more convinient.

P.S Thank you for the link, i'll try it now

»
10 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

You are probably right! JetBrain IDEs are really great. But the question is, will it be free to use?

  • »
    »
    10 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    It's free now because it's in EAP stage. The first version is not going to be free or to have a free version

»
10 years ago, # |
  Vote: I like it +4 Vote: I do not like it

The most important thing that is this IDE supported at IOI or ICPC ? if not then you can't say RIP to those IDE which are supported at IOI /ICPC, many coders had to change their favorite IDE to another IDE that is supported at IOI/ICPC in order to get familiar with it.

»
10 years ago, # |
  Vote: I like it -13 Vote: I do not like it

> all needed features
> all

Does it make me hot chocolate, then? :D

  • »
    »
    10 years ago, # ^ |
      Vote: I like it +3 Vote: I do not like it

    You Ain't Gonna Need hot chocolate if it will not do it.

    • »
      »
      »
      10 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      I don't think it works that way :D

  • »
    »
    10 years ago, # ^ |
      Vote: I like it -9 Vote: I do not like it

    Does it make me hot chocolate, then? :D

    • »
      »
      »
      10 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Actually, I was pointing out the superlative. From what I've seen, the program looks good, so there's no reason to inflate it using absurd arguments.

      It's as if a new user who won his first contest made a blog post saying he's "teh ultimate coder and noone can ever beat him". The claim is basically unfounded and probably false.

      Of course, I'm just suffering from hype backlash.

      • »
        »
        »
        »
        10 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        after laughing aloud after your funny comment why just you wrote the comment if you just wrote it to make us laugh or some'.

        that's my blog i wrote what i love , like or not like, that's it.

        and if you don't like it you can write a comment to show your opinion not with your so funny jokes!!

        • »
          »
          »
          »
          »
          10 years ago, # ^ |
            Vote: I like it 0 Vote: I do not like it

          Sure, you can write what you want. And I can write what I want, too. Why the double standard?

»
10 years ago, # |
  Vote: I like it +10 Vote: I do not like it

...but we have FAR anyway.

»
10 years ago, # |
Rev. 3   Vote: I like it +3 Vote: I do not like it

I have used CLion since private early access program builds (and AppCode), It is great (JetBrain's IDEs alway great)... But:

  1. Current version, You can only create Cmake projects.
  2. I don't know how much it cost yet.
  3. Resharper for VS++ is good too.
  4. On old PC, CLion is heavy, resource expensive... and I prefer a "editor" instead of a IDE (like emacs, vim, or atom)
  5. Use CLion for sport programming is not so good (for now, I am using it for my projects).
  6. The auto headers optimization feature is buggy.
  7. Lots of contest just allow using Codeblock, Eclipse, Geany (open source editors/ides, let 's hope for a open-source edition of CLion).
  8. "All needed feature" ? This is not true if you don't "speak" C/C++

Update 0: Checking out riadwaw's plugin

»
9 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Unfortunately Clion is far away to be a replacement for Visual Studio. Sluggish behaviour while typing, often freezes while Clion is parsing symbols. Wrong marked false syntax because CLion doesn't understand C++ correctly, other wrong marked errors eg. with libraries like Qt. CMake integration is ok but has also some missing features which makes it sometimes very hard to get the desired results eg. if you need the install target. The issue list is long...

Another thing is that this time only the mingw/Cygwin toolchain is supported. And to be honest, the code generated by gcc is not the fastest and the binaries are a lot bigger (also if linked dynamically with standard libs). So on Windows it's usable but MSVC plays in another ballpark.

The refactoring is IMO the best thing. Which is a bit the same they have also in their Resharper plugin for Visual Studio.

IMO Clion is ok but it needs a lot more time to fix all this bugs and make it more usable. This time I would stay with Visual Studio and maybe switch to Cmake to create Visual Studio projects and use the Resharper plugin.

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Clion has bugs in auto-import, which is really annoying.