Upcaser is an IntelliJ Platform plugin that automatically capitalises the first letter of sentences in any text file.
When you type a lowercase letter after sentence-ending punctuation (period, exclamation mark, or question mark) followed by whitespace, the plugin automatically converts it to uppercase.
Features:
- Automatic capitalisation after periods (.), exclamation marks (!), question marks (?), ellipsis (...), and Markdown headers (#)
- Works with any text file format, with special support for Markdown
- Handles multiple spaces between punctuation and the next word
- Capitalises the first letter at the beginning of the file
- Status bar widget showing current activation status
- Enhanced settings management with configurable shortcuts
- Toggle functionality with visual feedback
- Does not interfere with already capitalised letters or non-letter characters
This specific section is a source for the plugin.xml file which will be extracted by the Gradle during the build process.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Upcaser" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...