Let's face it. Sublime Text is the de facto industry leader when it comes to editing and coding. However, many people like to have an IDE for additional features.
This is a guide to setting up IntelliJ/PyCharm the way it should be.
Note: There are some premade Atom/ST bindings, but this is doing it the hard way - so you know what's going on.
- Search Everywhere
cmd+P
(ST: go to anywhere) - Find Action...
cmd+shift+P
(ST, Atom: Palette) - Move Caret to Text End
cmd+down
- Move Caret to Text End With Selection
cmd+shift+down
- Move Caret to Text Start
cmd+up
- Move Caret to Text Start With Selection
cmd+shift+up
- EditorConfig
- Lines Sorter
- GoToTabs
- Go To Tab #1
cmd+1
- Go To Tab #2
cmd+2
- etc.
- Go To Tab #1
- Extra Actions
- Split Selection into Lines
cmd+shift+L
- Split Selection into Lines
- https://stackoverflow.com/questions/27152414/how-to-surround-selected-text-in-pycharm-like-with-sublime-text
- highlight text, hit
"
. Do you want to have"text"
or""
as a result? Yeah, I thought so too.
- highlight text, hit