Bryma's blog

By Bryma, history, 3 years ago, In English

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".

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

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

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

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

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

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

Atom

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

    Yes Atom with vim-mode-plus & relative-numbers package is just awesome!

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

vim

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

Custom invocation.

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

VS code

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

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 years ago, # |
  Vote: I like it +2 Vote: I do not like it

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 years ago, # ^ |
      Vote: I like it +9 Vote: I do not like it

    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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I use VIM

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

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 years ago, # |
  Vote: I like it +22 Vote: I do not like it

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

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

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 years ago, # |
  Vote: I like it +6 Vote: I do not like it

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 years ago, # |
  Vote: I like it +6 Vote: I do not like it

Codechef online IDE

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

    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 years ago, # |
Rev. 2   Vote: I like it +5 Vote: I do not like it

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

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

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

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

Sublime with vim key-bindings or sometimes only vim.

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

vscode

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

VScode is the best!

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

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

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

Geany. LightWeight and simple

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

Vim always

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

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

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Far Manager :)

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

nano

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

Clion — Live templates and custom keyboard shortcuts are wonderful