clearloop / leetcode-cli

May the code be with you 👻
MIT License
317 stars 54 forks source link

feat: inject code before and after leetcode boilerplate #132

Closed Subjective closed 1 year ago

Subjective commented 1 year ago

This makes it possible to automate the process of importing missing libraries (no more lsp/linting errors, yay!) and to quickly generate the boilerplate necessary to test code locally.

Inspired by a similar feature in leetup (https://github.com/dragfire/leetup#inject-code-fragments)