A Chrome extension to improve your LeetCode Experience!
- Use
Ctrl + Enter
to submission and display submission result - Use
Alt + Enter
to enter test cases and run test cases - Use
Alt + Escape
to toggle LeetCode Mate UI - Use
Alt + p
to toggle problem description panel - Use
Alt + backtick (key left to 1)
to toggle problem picker panel
- Clone this repo.
- Open up
Google Chrome
orChromium
and selectManage Extensions
- Turn on
Developr Mode
button (upper right hand corner) in theExtension
page. - Click
Load unpacked
and select the downloaded repository folder and we are done!
- Theming Options (added and default to dark theme)
- Current only support
cpp
in runtest function. Add support for all languages. - Add support for Chinese LeetCode Varaint.
- Add custom keybinding options for user.
- Use a functional UI framework eventually