From e6da08869e0f857554e65c49c1e450d11fa83693 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:14:22 -0500 Subject: [PATCH] git plugins Signed-off-by: Kenneth Reitz --- source/editor.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/source/editor.rst b/source/editor.rst index cf5dbea..0c3249c 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -35,11 +35,18 @@ Sublime Text doesn't support all of these things by itself, but it comes with a Sublime Text 3 Plugin Recommendations +++++++++++++++++++++++++++++++++++++ -- Package Control -- Anaconda -- Autocompleter? -- Flake8? -- GitSavvy +- `Package Control `_ + Sublime's Package Manager — can be installed via ** +- `Anaconda `_ + Fantastic "Python IDE" for Sublime Text, which offers code linting, PEP8 support, and auto–completion. Works great with Pipenv (and the ``subl`` launcher). Highly recommended. + +Additionally Useful Plugins ++++++++++++++++++++++++++++ + +- `GitSavvy `_ + Allows you to git push/pull/stage right from Sublime Text. +- `GitGutter `_ + Places the current git status of edited lines in your gutter. Very useful. Sublime Text 3 Tricks +++++++++++++++++++++