SETTING UP SUBLIME TEXT FOR COMPETITIVE PROGRAMMING [CP]

SETTING UP SUBLIME TEXT FOR COMPETITIVE PROGRAMMING [CP]

The first thing that every programmer do is to set the environment.Basically i use Sublime text in almost every competitive programming contest.
It is really very helpful especially for its snippet by which i don’t have to write the header files
and the main things require to run a program can be made as a snippet so whenever we require it we can use it by typing only 2 3 words and then pressing tab
Another useful feature of the Sublime is that it is lightweight so you can run it parallel with
chrome(NOTE :- Chrome uses a lot of RAM so it lags sometime in low end laptops/PC.)

1 Like