Sublime Index

IMPORTANT NOTES: Sublime Text allows for a broad variety of personalization, such as implementing plugins, the language used to write a “Sublime Plugin” is Python


Workflow

  • With my current Sumblime Text Configuration, I created this workflow:
    1. Create a new folder in Windows, anywhere.
    2. Create a new python file in the new folder.
      (You can create a text file and change its extension to .py)
    3. Open the new py file in Sublime Text, write and build it with Ctrl+B, using my myPython.sublime-build.
      NOTE: This will create a pipenv venv and my personal __init__.py file.

Functioning Code Examples • my_sublime_plugins


Sublime Text Sync:


Sublime Text Build Systems


Sublime Text - Ideas


Principiante:

Sublime Merge


Intermedio:


Esperto:


Maestro: