@phoenix-plugin-registry/bazitur.python-tools

1.0.2 • Public • Published

brackets-python-tools: Python development with Brackets Downloads Version

A set of tools which will make Brackets your favourite backend IDE.

Please note that this project is still in alpha. Feel free to report an issue or add a pull request!

Features

  • Smart autocompletion
  • Go to definition/assignment
  • Inline Python documentation
  • Linter

Some screenshots

autocompletion Python Autocompletion

linting Linting via Flake8

docs Inline documentation

settings Settings dialog

Installation

You can install Python Tools from official Brackets Extension Registry. Additionally, you'll need:

  • Python up and running (Python 3 preferably)
  • flake8 module (optional) for linting and style checking. You may install it via pip:
    ~$ pip install flake8
  • docutils module (optional) for documentation rendering. It can be installed with pip:
    ~$ pip install docutils

Usage

This Extension uses Python 3 interpreter in your path by default. You can customize interpreter either in Preferences File or in Python Tools Settings tab.

Settings

Settings are accessible through standart brackets settings interface or 'File' menu 🡒 Python Tools Settings.

Currently available settings:

  • pathToPython: String
    Full path to python executable. Default value is python.
  • isCaseSensitive: Boolean
    If code completion should be case sensitive. Default is true.
  • maxLineLength: Number
    Maximum line length in Python files. Default: 79.
  • ignoredErrors: Array
    Array of errors which should be ignored by Python Linter. Default: []

Credits

This project is based on the Python Jedi Brackets project.

License

The source code is licensed MIT. See LICENSE.md for more.

Package Sidebar

Install

npm i @phoenix-plugin-registry/bazitur.python-tools

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

1.43 MB

Total Files

127

Last publish

Collaborators

  • ushmajit
  • core.ai