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

Автор Bryma, история, 3 года назад, По-английски

Hi ! First of all HNY 2021 ! Many noobs ( including me) doesn't have a "main" editor that they use for cp so i invite all the people from codeforces (noobs, LGM, etc) to say what's their main editor. :)

EDIT : If you're using vim please tell us , you use "gvim" or "vim".

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

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

Mostly I use Code::Blocks. There were days when I used CLion and Far Manager.

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

Sublime Text pretty much all the time on Windows (C++), though at IOI I used Geany on Ubuntu and I really liked it.

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

Atom

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

vim

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

Custom invocation.

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

VS code

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

I use Code:Blocks IDE because I think it's easy to use and enough useful for CP. (and i'm too lazy to switch to another)

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

I use the online CodeChef ide
Sorry for a stupid question but Can someone please list out the advantages of using an offline ide over an online one apart from being able to run huge test-cases(for cp ofc)?

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

    Offline IDEs are almost always better. You can configure them according to your preferences. Compilation of code is faster. Online IDEs may be unavailable at some times. And as you said, generating and running large test cases is a lot easier.

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

I use VIM

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

Notepad++, it's just my sweet very first editor, portable, has all I'd ever need, no autocomplete non-sense and very simple.

I know it's old school and pretty dated, but it gets the job done.

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

CLION; I get it free thanks to my school :)

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

I use cp editor .it parses the test cases and u am able to submit problem directly from my editor .I just love cp editor and codeforces❤️❤️❤️.hope i will become candidate master it's my dream

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

Dev C++. I know many people say it’s a shitty editor, but I got used to it and I’m too lazy to switch to another

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

Codechef online IDE

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

    Don't use it. There was a time when I used to use it but at many moments it doesn't load or executes programs really slow so, it better to use some reliable offline editor.

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

I usually use Sublime Text plus my own scripts for compiling, running, testing and debugging code. I'm also getting used to Vim (the classic console one) and I have to admit it's a great replacement. BTW, I'd advise against using Code::Blocks, it doesn't work well in dark mode, doesn't have hotkeys like Ctrl+D in Sublime Text or [[ / ]] in Vim, and its debugger is often useless.

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

I use spacemacs, which combines vim and emacs and is super cool

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

sublime text — because of its monokai theme, its feature to add snippets etc.

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

Sublime with vim key-bindings or sometimes only vim.

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

vscode

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

VScode is the best!

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

I Use cpeditor. It's awesome.And use competitive companion for parsing problem. you can download it from cpeditor.org .

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

Geany. LightWeight and simple

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

Vim always

If you want to setup vim for cp check my blog.

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

In Windows I use Notepad++, however in my Linux machine I prefer to use Geany instead.

Have tried many other text editors like Sublime, VScode, Atom etc etc, but one thing or more make me hate them with every iota of my life :3

Anyway, text editors don't mean anything in the long-run, it's all dependent on your skills, so just pick whatever you feel comfortable with.

I like my editors to be minimal, lightweight and simple to use hence I gravitated towards the choices that I mentioned at the start.

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

I think if you use c++ as your coding language then the best editor are vs code and sublime text because they have lots of good functions but if u want a simple editor and easy to use editor than codeblocks is the best editor

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

Far Manager :)

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

nano

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

Clion — Live templates and custom keyboard shortcuts are wonderful