akaihola / darker

Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
https://pypi.org/project/darker/
Other
633 stars 55 forks source link

Create a VS Code extension for Darker #424

Open akaihola opened 1 year ago

akaihola commented 1 year ago

In case you're interested in having your own VS Code extension, https://code.visualstudio.com/api/advanced-topics/python-extension-template should make it easy (as in "an afternoon or less" easy) to create an extension which ships with Darker in-box and that you control (see the Black and isort extensions as examples).

Originally posted by @brettcannon in https://github.com/akaihola/darker/discussions/409

brettcannon commented 1 year ago

/cc @karthiknadig