leetcode-format-chrome-extension icon indicating copy to clipboard operation
leetcode-format-chrome-extension copied to clipboard

This Google chrome extension adds the Format button to the LeetCode code editor.

Results 5 leetcode-format-chrome-extension issues
Sort by recently updated
recently updated
newest added

I installed the extension but format button not showing in the UI

Although the `Format` button is present in normal problem lists, it's not present during contests like weekly, biweekly... ![Screenshot from 2023-08-06 19-58-08](https://github.com/madhur/leetcode-format-chrome-extension/assets/50456734/227bfeb0-f688-4ec3-aabc-9fcab845e575) ![Screenshot from 2023-08-06 19-59-04](https://github.com/madhur/leetcode-format-chrome-extension/assets/50456734/8cb26838-1515-4f27-8fc0-10390c7d4367) Add a `Format` button...

I want my code to be formatted in this way ``` void addNum(int value) { } ``` rather than like this which is currently happens with leetcode formatter ``` void...

It would be awesome to be able to configure [prettier options](https://prettier.io/docs/en/options.html) to something other than their default values, e.g., 4 instead of 2 `tabWidth`, or 80 `printWidth`. Thank you for...

Remove duplicate code by using a forEach() loop