A browser extension to add support of moonbit language to leetcode, allowing you to solve leetcode problems using moonbit
- Support syntax highlighting, code completion, and hover hints
- Support running and submitting your solutions written in moonbit, by compiling to javascript
- Install tampermonkey extension in your browser
- Install moonbit-leetcode.js
Install from https://microsoftedge.microsoft.com/addons/detail/jbjbplbebmpbbepanapebfigkgjedgjl. Or clone this repository to load manually, see more here
Clone this repository to load manually, see more here
- For moonbit, support reset to default code
- Fix
- Support installation as Microsoft Edge or Google Chrome extension
- Use the localStorage of browser to persist the moonbit code
- When switch language from moonbit to others, restore their code
- Annotate the moonbit source code as comments in the compilied javascript code