F-String Converter PlusOverviewThe "F-String Converter Plus" extension for Visual Studio Code is a customizable tool designed to enhance your Python coding experience by automatically converting regular string literals into f-strings when they contain brackets. This ensures your code is more efficient and readable by leveraging Python's f-string formatting. Features
UsageAutomatic ConversionThe extension automatically converts eligible string literals into f-strings as you type. It checks for placeholders within strings and adds or removes the ConfigurationYou can configure the extension to ignore specific files or patterns by updating the settings:
Extension SettingsThis extension contributes the following settings:
Known Issues
RepositoryFor more information, issues, or contributions, visit the GitHub repository. LicenseThis extension is licensed under the MIT License. |