jqu224 / LeetCodePlus

🔥A Chrome Extension that Helps You Leetcode Better

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCodePlus

GitHub release

View on Chrome extension store

Features

  • (Beta) Auto complete! Just to make code faster without much suggestion Now supports (partial) keywords in C++, Java, Python, JavaScript
  • Automatic timer that records your successful submission
  • From code to a complete markdown doc with one click
  • Hide the difficulty info

Future plans

v0.5

Support for leetcode-cn

Issues

  • 1. Add packaging tool Webpack added
  • Change storage key or display key to the link of the problem
  • Change trie when editor language changes
  • Use CodeMirror built-in event listener
  • Add stop, reset button for timer
  • Enable record search
  • Split onEnterProblem.js
  • Render the hide difficulty css faster
  • ? Record the total time spent on leetcode

Auto complete issues

  • copy paste
  • After space does not start from '', return null
  • Normal case arrow up down
  • Esc doesn't work
  • Handling parentheses
  • dot input this.call => thiscall
  • Words with the first few letters match
  • after word end, unexpected result shown, this => thisfafs
  • Word end with sub words(inorder, inorderTraverse)
  • Variable name should be in front of properties
  • Display suggestion type

About

🔥A Chrome Extension that Helps You Leetcode Better


Languages

Language:JavaScript 82.9%Language:CSS 10.1%Language:HTML 7.0%