In this tutorial, using ChatGPT, we will learn how to create a “Create File” button with specific attributes for containers that contain …
In this tutorial, using ChatGPT, we will learn how to create a “Create File” button with specific attributes for containers that contain …
If only chatgpt would finish the code in one response.
This is cool and I subbed but don’t you still have to go back and forth between ChatGPT and VS Code? How is this faster than copying and pasting?
or you could wait for gpt4 api
Hey, could one use a modified version of this to scrape the while conversation in a given instance and save it to to folder?
Fun fact: You can put your javascript in a bookmark so that when you click it, the javascript runs. This way you can save the code in a bookmark and click it everytime you open chatgpt. A poor man's chrome extension XD
"Use ChatGPT to write all your code never write code again!"
Spends the rest of their career debugging ChatGPT code.
Seriously, I enjoyed this video. I don't know javascript, so it was interesting seeing how to inject and debug code for the ChatGPT window in the ChatGPT window, dawg.
getting chagpt to create a button on its own page…genius
Brilliant!
What if ChatGPT cuts a code and when i ask it to continue, it just writes it all over again?
I'm sorry but this makes little sense as a tip. Wouldn't you just use an IDE extension to work on your code files with a chatGPT plugin that directly operates on your code repository etc? Yes, if you're a developer you would.
Ok so, don’t copy the code from chatgpt but download an extension to save it to a file for you 😂 what’s the difference
I mean we need automation but not for literally everything. It takes 1s to copy code back and forth from ChatGPT to VsCode.
Don’t be that lazy man. 😅
Appreciate the effort you put in though
Yea but there are some problems with this, first off I would like to review each snippet that is created before I copy/paste it. Additionally, I do not trust ChatGPT to produce a file in the correct language considering often times it will label Java as CSS. It would be a hassle to go back each time and change the file type, if wasn’t reviewing each item already.
I appreciate this content. Really top notch tech advice 🤙
this guy is almost too cleaver
You even provided the code. Awesome! Thank you. Thank you. Thank you.
Hi, have you made this into a public chrome extension I can install?
You are king! Thank you for sharing this.
Very good. Found the chrome extension called "ChatGPT Code Downloader"… But I used another extension (Chrome extension source viewer
1.6.13) to view the source code and modified the code so it works with other file types. Btw you have typos in your filetypes as you are using upper case letters after lang.toLowerCase, so the extension as-is will save mostly to txt only. I removed all capital letters from the list and replaced C# and C++ with 'csharp' and 'cpp' for example, since that is how ChatGPT describes it on the top of the code blocks, and I also added php and json and it is working like a dream. SO fast to make extensions now. Awesomeness. Thanks so much
thank you for sharing, you could also add .dart extension if you find time to do that.
Which vs code icon them are you using for file icons?
please add audio button for search also so that not need to write.
Comments are closed.