leetcode-format-chrome-extension
leetcode-format-chrome-extension copied to clipboard
This Google chrome extension adds the Format button to the LeetCode code editor.
Not Working
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...   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