DEV Community

Free Python Code
Free Python Code

Posted on

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)

  1. Open Sublime Text.
  2. Go to Preferences -> Browse Packages...
  3. Clone this repository into that folder:
   git clone https://github.com/amr2018/freepythoncode-autocomplete.git
Enter fullscreen mode Exit fullscreen mode

πŸ’Ž 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 structure.
  • Sublime Text - The legendary editor that we all love and strive to improve.
  • Gemini (Google AI) - For technical assistance, brainstorming, and helping in refining the code and documentation for this project.

Special thanks to the open-source community for maintaining the tools that make independent development possible. πŸš€

Support the Project β˜•

If you find this plugin helpful and want to support its development, you can buy me a coffee!

ko-fi

Top comments (0)