Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madhur/leetcode-format-chrome-extension
This Google chrome extension adds the Format button to the LeetCode code editor.
https://github.com/madhur/leetcode-format-chrome-extension
google-chrome-extension javascript leetcode
Last synced: 3 months ago
JSON representation
This Google chrome extension adds the Format button to the LeetCode code editor.
- Host: GitHub
- URL: https://github.com/madhur/leetcode-format-chrome-extension
- Owner: madhur
- Created: 2020-12-25T10:21:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T03:57:53.000Z (5 months ago)
- Last Synced: 2024-10-24T21:55:31.486Z (3 months ago)
- Topics: google-chrome-extension, javascript, leetcode
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/leetcode-format/imogghebhifnnlgogigikjecilkicfpp?hl=en
- Size: 2.91 MB
- Stars: 27
- Watchers: 3
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Code Format Google Chrome Extension
This extension adds the Format button to the [LeetCode](https://leetcode.com/) code editor. Available for [Google Chrome](https://chrome.google.com/webstore/detail/leetcode-format/imogghebhifnnlgogigikjecilkicfpp) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/leetcode-format/).
The format button formats the code as per the [Prettier
formatter](https://prettier.io/) and using [Dart style](https://github.com/dart-lang/dart_style) for Dart languageCurrently, following languages are supported, with plans to add more:
* Java
* C++
* JavaScript
* TypeScript
* Dart## KeyBindings
Use CTRL + ALT + F to trigger the format action through keyboard
## Contributors
* [@alushpranav](https://github.com/alushpranav) - added support for Dart language
* [@prabaljainn](https://github.com/prabaljainn) - added support for new Leetcode UI
* [@imsoumya18](https://github.com/imsoumya18) - added hotkey support (CTRL + ALT + F)Send your feedback and any bug reports [here](https://github.com/madhur/leetcode-format-chrome-extension/issues)
### Demo GIF
### Dynamic layout
### New UI
### Old UI