- Add support for workspace specific custom toggles.
- Add new toggles to the default list:
dark
→light
and
→or
- Update the following toggles from the default list:
start
→stop
→end
(end
is new)minor
→major
→patch
(patch
is new)x
→y
→z
(z
is new)
The extension now requires at least Visual Studio Code 1.74.0 (November 2022).
- Add a new Toggle Reverse command which toggles to the previous word instead of the next one (this command does not have a default keybinding).
- Add new toggles to the default list:
describe
→describe.only
public
→private
→protected
type
→interface
ltr
→rtl
- Add new setting (enabled by default) to control whether to show or not a notification when a toggle fails.
- Fix various letter case issues.
The extension can now be used when Visual Studio Code runs as an editor in the browser, for example with github.dev, when pressing .
(the period key) while checking code on GitHub.
- Add support for running in an extension host in the browser.
- Add support for Workspace Trust. The extension is fully supported in Restricted Mode as it does not need Workspace Trust to perform any functionality.
- The extension is now available on the Open VSX Registry for VS Code compatible editors like VSCodium.
The extension now requires at least Visual Studio Code 1.42.0 (January 2020).
- Add support for language-specific custom toggles.
- Prevent reloading the extension configuration when unrelated Visual Studio Code settings are modified.
- Add a new Customize toggles command in the Command Palette to quickly edit custom toggles.
- Customizing toggles no longer requires to reload the VSCode window for the changes to take effect.
- Default toggles can now be disabled if they don't fit your preferences.
- Add various React hooks to the default toggles list.
- Fix some default toggles order.
- Fix an issue with the Toggle command not appearing in the Command Palette.
- Trigger only 1 notification when failing to toggle multiple words with multiple cursors.
- The default Toggle shortcut is no longer triggered if the text in an editor doesn't have focus.
- Complete TypeScript rewrite with more reliable tests.
- Fix changelog versionning.
- Update Marketplace UI.
- First release.