Блог пользователя isls

Автор isls, 10 лет назад, По-английски

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

  • Проголосовать: нравится
  • +19
  • Проголосовать: не нравится

»
10 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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 лет назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    10 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    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 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится -13 Проголосовать: не нравится

> all needed features
> all

Does it make me hot chocolate, then? :D

  • »
    »
    10 лет назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

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

  • »
    »
    10 лет назад, # ^ |
      Проголосовать: нравится -9 Проголосовать: не нравится

    Does it make me hot chocolate, then? :D

    • »
      »
      »
      10 лет назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится

      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 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        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 лет назад, # ^ |
            Проголосовать: нравится 0 Проголосовать: не нравится

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

»
10 лет назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

...but we have FAR anyway.

»
10 лет назад, # |
Rev. 3   Проголосовать: нравится +3 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится +4 Проголосовать: не нравится

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 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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