Changes between Version 72 and Version 73 of pps/tutorial
- Timestamp:
- Oct 3, 2016, 4:54:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v72 v73 12 12 13 13 == Code Editor == 14 For an efficient workflow we recommend using a good code editor. If you are already familiar with an editor like vim or emacs, of course use these. However if you do not yet have a preferred text editor on linux we recommend you to install [https://www.sublimetext.com/3 Sublime text] (Download the tarball and unzip it somewhere in your home directory, e.g. ~/apps). Another good choice is [https://code.visualstudio.com Visual Studio Code].14 For an efficient workflow we recommend using a good code editor. If you are already familiar with an editor like vim or emacs, of course that one. However if you do not yet have a preferred text editor on linux we recommend you to install [https://www.sublimetext.com/3 Sublime text] (Download the tarball and unzip it somewhere in your home directory, e.g. ~/apps). Another good choice is [https://code.visualstudio.com Visual Studio Code]. 15 15 16 16 == Before you start coding ==