9
5 Comments

One way to make coding easier for you

If you have noticed, coding is half typing. Typing involves copying and pasting text from one place to another.

The other half involves THINKING. Thinking includes debugging, programming and etc. Your idea you want to code is in your head, so sorry there is little I can do to help on that.

What I can help with is reducing the amount of typing you do.
While coding, I often copy and paste code blocks.

Unfortunately, a computer's clipboard(where your copied code goes to) cannot hold 2 items at a time.

I solved this problem by building a clipboard that can hold unlimited code blocks.

It also stays on the screen for you even if you scroll to other places or switch to the browser.

And it also saves your copied code for you even if you close it.
Its what I personally use for coding.

Maybe it will reduce your typing as it has for me. Probably it will make your coding a LITTLE bit easy. Thank you

If interested, please visit my page on https://grabspider.com

posted to Icon for group Developers
Developers
on October 17, 2021
  1. 3

    Hey!, I need this. I am an android app developer so I already have java installed on my system.

  2. 1

    Looks like a pretty nifty tool.

    I've been a React Developer for quite some time, and I understand that being able to manage clipboard history is quite important.

    However, copy-paste is not the end of the problem.

    I also want to be able to re-use the code across projects and be able to visually edit the CSS styles, without going back and forth on code and browser, since styling components usually takes up most of my time.

    To solve this problem, I'm currently creating reusable components inside a tool called Clutch.io and dragging/dropping them across different projects.

    Since it's a visual development tool, I also save some extra time in tweaking CSS and other boiler-plate stuff.

    Might want to check it out.

  3. 1

    On windows, there is also a built in clipboard manager (Windows key + V). It doesn't really format code blocks well, so this looks useful.

Trending on Indie Hackers
Your SaaS Isn’t Failing — Your Copy Is. User Avatar 57 comments Solo SaaS Founders Don’t Need More Hours....They Need This User Avatar 45 comments Planning to raise User Avatar 16 comments The Future of Automation: Why Agents + Frontend Matter More Than Workflow Automation User Avatar 13 comments AI Turned My $0 Idea into $10K/Month in 45 Days – No Code, Just This One Trick User Avatar 13 comments From side script → early users → real feedback (update on my SaaS journey) User Avatar 11 comments