Skip to content

A VS Code extension to format code on additional key presses like '}' and ')'.

License

Notifications You must be signed in to change notification settings

lailoken/format-on-more-keys

Repository files navigation

Format On More Keys

Description

A VS Code extension to format C/C++/C#/Java -type code blocks when '}' is pressed

Installation

  1. Installed via Extensions Marketplace

Usage

  • Type any of the following characters in your code: }
  • The extension will automatically trigger the document selection/formatting commands.
  • For } it will trigger a format on a current block (including one line for the opening directive)

Features

  • Automatically formats code on typing specific characters.

Known Issues

  • If a } is typed inside a comment or string, then formatting may be applied to unknown regions.

License

MIT

About

A VS Code extension to format code on additional key presses like '}' and ')'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published