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
1 small portfolio change got me 10x more impressions User Avatar 30 comments AI Is Destroying the Traditional Music Business and Here’s Why. User Avatar 26 comments Fixing my sleep using public humiliation and giving away a Kindle User Avatar 23 comments A Tiny Side Project That Just Crossed 100 Users — And Somehow Feels Even More Real Now User Avatar 16 comments From 1k to 12k visits: all it took was one move. User Avatar 11 comments Tell me what your business does, I’ll show you the growth loops you’re probably missing. User Avatar 10 comments