QuickPy is a powerful and lightweight Visual Studio Code extension that allows you to execute Python code directly in the editor and see the results inline. Boost your productivity and streamline your coding workflow with real-time feedback and error handling.
Installation
-
VS Code Marketplace :
- Open Visual Studio Code.
- Navigate to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X on macOS).
- Search for QuickPy.
- Click "Install" to add the extension to your VS Code.
-
Install from VSIX :
- Download the latest
.vsix
package from the Releases page. - Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar or pressing
Ctrl+Shift+X
. - Click on the ellipsis (
...
) in the top-right corner of the Extensions view and select "Install from VSIX...". - Navigate to the downloaded
.vsix
file and select it to install.
- Download the latest
Inline Code Execution
: Run Python code directly in the editor and display results as inline comments.Real-Time Updates
: Automatically executes code on text changes or cursor movements.Error Feedbac
k: Catch errors like NameError and display clear, formatted messages inline.Temporary File Execution
: Ensures safe execution using temporary files without modifying your project files.Output Formatting
: Displays clean and non-intrusive inline output for easy readability.Enhanced Debugging
: Provides feedback for incomplete or invalid code to help developers debug faster.
- Large scripts or complex logic may cause delays in execution.
- Inline execution is limited to the lines above the current cursor.
Feel free to report bugs or suggest features by opening an issue on GitHub.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request on the Github.
This extension is licensed under the MIT license..
For questions or feedback, please contact [email protected].
Thank you for using QuickPy! We hope it enhances your coding experience.