PythonNiceToHaveFeatures are a set of features usually included in IDEs that are not present in SublimeText.
They are available in the context menu of the opened file and affect only to that file (we can not do that refactor in the whole project because SublimeText doesn't know the whole context of the project and its better to be safe than sorry) These commands affect to each and all the selected regions.
- Refactor to ClassCase
- Refactor to under_score_case
- Refactor to camelCase
- Refactor to Capfirst
These commands are available both in the sidebar menu and the file context menu.
- Copy relative path to clipboard
- Copy relative path in package mode to clipboard
- Copy reference in package mode to clipboard
- Will copy the reference of the selection or word
- Copy import sentence of the selected string to the clipboard
- Copy filename to clipboard
- Create Package (and init.py file) (only side bar menu)
These commands are available in file context menu.
- Create function from word
- Create class from word
- Create method from word