Sunday 20 September 2015

Sublime Text Editor, Single Text editor as IDE of Multiple language | Abhishek Singh

Hey guys !!
       Today I have something stunning for you.
so, if you are a programmer or coder and you work on either Windows, Linux or Mac this post is for you !!!

I'm taking Linux and python as example.

you just need to install the compiler or something of your language. and add it to path variable. if you don't know about path google it or you can visit my other post regarding path variable.

so, all of you know that linux comes with python inbuilt. so i have to do nothing
in windows you have to install python and set it to path variable.

now type your code and don't forget to save your file. (ctrl +s)

now type ctrl+B to run your code and output will be in active console.

your sublime will show you something like this.


Happy coding fellas ;]

No comments:

Post a Comment