Skip to content

madhur/leetcode-format-chrome-extension

Repository files navigation

LeetCode Code Format Google Chrome Extension

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

KeyBindings

Use CTRL + ALT + F to trigger the format action through keyboard

Contributors

Send your feedback and any bug reports here

Demo GIF

Dynamic layout

New UI

Old UI