https://www.typora.io/ - markdown editor
Visual Studio Code
http://www.dotnetcurry.com/visualstudio/1340/visual-studio-code-tutorial
https://code.visualstudio.com/blogs/2017/09/28/java-debug
https://github.com/Microsoft/vscode-tips-and-tricks visual studio code
https://marketplace.visualstudio.com/items?itemName=dragos.scala-lsp Scala
http://donjayamanne.github.io/pythonVSCode/ Python
https://github.com/viatsko/awesome-vscode
https://code.visualstudio.com/Docs/editor/debugging
https://code.visualstudio.com/updates#_172-recovery-build
Sublime
http://jennifermann.ghost.io/a-quick-guide-to-sublime-text/
https://news.ycombinator.com/item?id=13443956
Under Preferences:
{
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"preview_on_click": false,
"show_full_path": true,
"trim_trailing_white_space_on_save": true
}
http://ipestov.com/12-most-helpful-shortcuts-for-sublime-text/
http://ipestov.com/the-best-plugins-for-sublime-text/
https://github.com/wuub/SublimeREPL
http://stackoverflow.com/questions/10560295/compiling-and-running-java-code-in-sublime-text-2
http://superuser.com/questions/652175/command-line-from-within-sublime-text
Compiling Java: Ctrl+b
Running: Ctrl+r
http://habrahabr.ru/post/235901/ plugins
https://climateecology.wordpress.com/2014/11/26/my-ideal-python-setup-for-statistical-computing/
https://github.com/jisaacks/GitGutter#git-gutter
http://wesbos.github.io/Sublime-Text-Power-User-Talk/#1
http://piotr.banaszkiewicz.org/blog/2013/08/24/sublime-text-3-for-python-development/
http://aliteralmind.wordpress.com/2014/10/02/textpad_to_sublime/
https://tutsplus.com/course/improve-workflow-in-sublime-text-2/
http://opensourcehacker.com/2014/03/10/sublime-text-3-for-python-javascript-and-web-developers/
http://www.onespacemedia.com/news/2014/jun/20/software-spotlight-sublime-text/
https://realpython.com/blog/python/setting-up-sublime-text-3-for-full-stack-python-development/