Skip to content

Commit 473711b

Browse files
committed
new sublime text resources
1 parent 22f138a commit 473711b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

content/pages/02-development-environments/04-sublime-text.markdown

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ links should get your editor customized with linters,
4040
become more productive as you use the editor.
4141

4242
* [Using Generators for Fun and Profit - Utility for developers](http://www.sublimetext.com/forum/viewtopic.php?f=6&t=17671)
43-
isn't about setting up your Sublime Text environment but instead how to
43+
is not about setting up your Sublime Text environment but instead how to
4444
create your own plugins using Python. The tutorial is written by the
4545
author of a Sublime Text plugin who uses generators
4646
to implement features with Sublime's API.
@@ -53,6 +53,18 @@ links should get your editor customized with linters,
5353
shows one way of setting up support for Python 3.6 static type checking in
5454
Sublime.
5555

56+
* [Three steps to lint Python 3.6 in Sublime Text](https://janikarhunen.fi/three-steps-to-lint-python-3-6-in-sublime-text.html)
57+
walks through setting up [Flake8](http://flake8.pycqa.org/en/latest/) to
58+
enforce code style guidelines and show you the errors and warnings in
59+
Sublime as you are working.
60+
61+
* [Text editing techniques every front-end developer should know](https://benfrain.com/text-editing-techniques-every-front-end-developer-should-know/)
62+
gives examples in Sublime Text of time-saving text manipulation you may
63+
not have known existed such as line bubbling, ragged line selection,
64+
AceJump and transpose. While the techniques can be used in most editors
65+
the provided video clips show how to perform each of these shortcuts in
66+
Sublime.
67+
5668

5769
### General Sublime Text resources
5870
Sublime Text can be used for much more than Python development and there are
@@ -69,3 +81,8 @@ which are still useful.
6981
explains how to mitigate configuration conflicts that can arise when trying
7082
to use copied files from one computer to another.
7183

84+
* [7 shortcuts of a highly effective Sublime Text user](https://kirankoduru.github.io/python/sublime-text-ninja.html)
85+
shows keyboard shortcuts for opening any file, going to any specific
86+
block of text, handling multiple cursors and more.
87+
88+

0 commit comments

Comments
 (0)