so excited to share with you all: a new addition to Copilot Labs...
✨ Code Brushes ✨
We wondered how we could make editing your code feel as tactile and easy as paint with a brush in Photoshop?
writeup: githubnext.com/projects/code-
and 🧵
Conversation
Replying to
we added a toolbox full of "brushes" to VSCode - I'll talk about a few specific ones.
Sometimes, you run across some code and have to stop to scratch your head. What if you could make code "more readable" with a click?
8
24
321
often, the types I'm using are pretty straightforward - what if those could be auto-generated?
2
2
97
here's a fun one! sometimes I end up banging my head against a bug, to realize that it's as simple as a typo. Could we have a brush that detects those?
3
4
80
I'm often changing code between "debugging" and "clean" states, like peppering log statements everywhere.
Seems like something a computer could do for us, right?
1
12
116
for those "what the heck is going on here?!" moments, we've added a brush that splits the code into steps and explains each chunk.
2
9
132
often, I'll remember that there's _something_ I need to do to make code more robust, but it's hard to remember exactly what. Really looking forward to using this "make more robust" brush
3
3
74
and the last one I'll share is.. anything! We have no idea what all of the use cases are, so we left it up to you to make custom brushes on the fly. For example, "make this form more accessible"
3
17
135
It's important to me that we focus on ✨ empowering ✨ developers instead of automating them, and this is one exploration that came out of that focus. We would love to hear what brushes you find useful!
the actual write-up:
1
12
144
one similar theme to "empowering" vs "automating" that sticks in my head is the concept of a "tool" vs a "machine" (brought up by )
Quote Tweet
On "tools" vs "machines":
"the power loom is a machine, and its significance as a destroyer of culture lies in the fact that it does the essentially human part of the work"
Show this thread
5
3
51
Have been enjoying the robust and brushes options this week. Kudos to you and the team, it’s bloody good
1
3


