cheran-senthil / PyRival

⚡ Competitive Programming Library
https://pyrival.readthedocs.io/
Apache License 2.0
1.17k stars 312 forks source link

Generate snippets for the editors #60

Closed fixxtion1 closed 3 years ago

fixxtion1 commented 3 years ago

Instead of manually looking for a function/class and copy-pasting it, it'd be great to have snippets for them.

So, I am working on plugins for vs code, sublime text and I have idea for creating a little unique approach to implement extensions for browsers too.

I use VS code most so i made a extension for it to generate snippets. If you would like to check the extension, links for the same are given below. https://github.com/fixxtion/vscode-pyrival https://marketplace.visualstudio.com/items?itemName=fixxtion.py-rival

I am new to the game, please guide me and should i proceed further?

cheran-senthil commented 3 years ago

This is pretty cool!

This repository is meant to be a source of code, and I would prefer not to include competitive programming-specific tooling into it. However, for your repo, please feel free to continue work as you think suitable

cheran-senthil commented 3 years ago

See also: https://github.com/cheran-senthil/PyRival/issues/51