Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 language

Currently, 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