Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>string-fixerNew to Visual Studio Code? Get it now.
string-fixer

string-fixer

Crozzers

|
147 installs
| (0) | Free
Replace double quotes with single quotes in Python files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

string-fixer VSCode Extension

This folder hosts the string-fixer VSCode extension, which just provides an easy way to run string-fixer through your IDE.

Features

  • Run string-fixer against your workspace using the string-fixer: Run command in the command pallette (CTRL+Shift+p).
  • Use string-fixer as a Python formatter

Requirements

ms-python.python extension is required. Your selected interpreter also needs to have string-fixer installed as a module. You can install it by running python -m pip install string-fixer.

Extension Settings

This extension contributes the following settings:

  • string-fixer.folder
    • The folder containing the pyproject.toml file used to configure the library. Defaults to the current workspace folder.
    • This should be relative to the root of the workspace folder.
  • string-fixer.preFormatter
    • Run another formatting extension against the code before running string-fixer. Ruff and Black are supported. Defaults to doing nothing.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft