I create an autocomplete plugin for sublime text.
π FreePythonCode Autocomplete A lightweight, standalone Python autocompletion plugin for Sublime Text 4 . freepythoncode-autocomplete: Bringing the Brains back to Sublime Text Why this plugin? Zero Configuration : No need to install Python or Pip on your system. Standalone : Comes bundled with Jedi and Parso . Fast : Uses Sublime's Python 3.8 environment for optimal performance. How it works The plugin automatically detects the Python context and provides intelligent suggestions for classes, functions, and variables using the powerful Jedi engine. Installation (Manual) Open Sublime Text. Go to Preferences -> Browse Packages... Clone this repository into that folder: git clone https://github.com/amr2018/freepythoncode-autocomplete.git π Credits & Acknowledgments This project wouldn't be possible without the amazing open-source libraries and support: Jedi - The core engine for Python autocompletion and static analysis. Parso - The Python parser used by Jedi for understanding code structu
Continue reading on Dev.to Webdev
Opens in a new tab




