DEV Community

Venkatesh Amudalapalli
Venkatesh Amudalapalli

Posted on

I Built a Chrome Extension That Copies Code Identifiers Instantly

While solving SQL and coding problems on platforms like LeetCode, I found myself repeatedly selecting column names, table names, variables, and snippets just to copy and paste them into the editor.

So I built CodeCopy.

Features

⚡ Double-click any text to copy instantly
⚡ Drag-select text to copy automatically
⚡ Automatically returns focus to the editor
⚡ Works on coding platforms like LeetCode, HackerRank, Codeforces, and GeeksforGeeks
⚡ Lightweight and runs entirely in the browser

The goal was simple: reduce small interruptions during problem-solving and keep the workflow focused on writing solutions.

Still refining the UI and adding more customization options before publishing.

Would love to hear what features fellow developers would find useful in a productivity extension like this.

GitHub Repository

🔗 Source Code:
https://github.com/venkatesh-0007/Quick_Copy

Top comments (0)