This extension adds the Format button to the LeetCode code editor. Available for Google Chrome and Firefox.
The format button formats the code as per the Prettier formatter and using Dart style for Dart language
Currently, following languages are supported, with plans to add more:
- Java
- C++
- JavaScript
- TypeScript
- Dart
Use CTRL + ALT + F to trigger the format action through keyboard
- @alushpranav - added support for Dart language
- @prabaljainn - added support for new Leetcode UI
- @imsoumya18 - added hotkey support (CTRL + ALT + F)
Send your feedback and any bug reports here