Here's a link to Caleb's course (that's supporting me in the process). It's worth every penny not just for the styles but also keyboard shortcuts, macros, etc. gumroad.com/a/636621331
This is the best vscode setup video I've seen so far. Great tips and tricks for navigation, customization, themes, and extensions! I didn't know about the AI extension you mentioned in the video and I tried it this morning and I'm impressed! Loved this video and would like to see updates to this video in the future. Subbed 🙌
Beautiful and minimalist, that's how I like things. Very interesting, do you have to do a lot of things to get it like this? Could you share your settings?
On newer videos, you have a menu bar that appears on the center of the screen that you use to find and open files in your project. How did you set it up to be like that?
@@Tuto1902 so I did find that Caleb shared this with his newsletter. So definitely buy the course for all the goodies, but here’s the APC specific setup: gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
Listen up. I think zed is similar out of the box. They just lacking some basic things but damn Boi, it's so cool to use it. It's feels like liquid pain out of my eyes every time I reset vscode. Great stuff as always!
I know this is kind of late but I was curious if you have your dotfiles or config on a github repo or something like that. I would LOVE to take humbily copy some of your settings.json, I love the setup! If not all good, thank you and great video!!
I'll see if I can grab things that aren't relevant to the course. Since Caleb's course includes the entire Settings.json file and so I don't want to plagiarize what he's done. Give me a bit and I can grab some things out of there. :)
@@joshcirre Thanks for that. Theme looks great and I somehow kinda managed to get it looks like yours. Anyway, thanks for this awesome video. Do you've a Discord server?
I think it's great and if I started in PHP world, I probably would use it, but the time to get up-to-speed with PHP Storm (since I know VSCode really well and it works for my usecase) does not seem to be worth the effort even with the awesome stuff it brings. But if someone is not 100% sold on their editor, I think PHPStorm is a fantastic option! I'm also keeping my eye on Zed 👀 (zed.dev)
Thank you. ☺️ I don’t at the moment just because the majority of the settings are from the Make VS Code Awesome course and I don’t want to share what’s not mine to share. That being said, Caleb did share his APC settings gist publicly. gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
Unfortunately, not just since most of the full JSON file is from Caleb's course. However, Caleb did send out this Gist in his newsletter that has a good starting point. :) gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
Hi, when I use Next JS and press enter while typing the component name, the import section is automatically added above. I can't do this with Laravel. for example When I type something like User::class use App\Models\User; should be added above. With which extention can I do this?
@@joshcirre I had previously installed Laravel Intelephense, but it didn't work for me. Now, after installing PHP Intelephense, everything is working perfectly. Thank you so much!
very interesting setup, i'm a neovim guy at heart, but i have to use vscode sometimes at work, might have to buy the course... as an aside, whenever you're talking, there's a cricket-like squealing in the background, it's pretty faint but it's driving me insane with my headphones on. judging by the mic quality, it might be an issue with a noise filter you have setup, or maybe it's just a washing machine or something..
It’s a great course especially if you use VSCode frequently. A lot of helpful tips outside of the setup and aesthetics. And… haha. Those are literal crickets. My garage setup in the summer is tough to not have crickets in the audio. 😅
I like having the "cleaner" look and rarely have a need to know what line number I'm on. I do have a shortcut to turn them on if needed when debugging. ☺️
Hello! I see that your "breadcrumbs" is in the titlebar, or rather than you don't have a title bar and the info about the file you're in is showed at the right of the closing/minimize/maximize buttons (the red, orange and green buttons at the top left corner of the window). How did you achieve that? This feels so minimal I love it.
@@joshcirre Wow! I didn’t expect you to answer me! I’m subscribing :) Yeah I assumed too, will you share your settings with the community ? Even if you sell it, I’m in! Every work is worth some money.
@@joshcirrebtw I went another way regarding the terminal. I use iTerm 2 inside VSCode. There’s a setting in VSCode that lets you use other terminals than the native one. I made custom shortcuts inside iTerm 2 that makes it possible to select text with shortcuts just the way everyone is used to do it in every modern software. I can shift + arrow key to select one word or shift + cmd + arrow key to select a whole world. So I ditched Warp Terminal. I made the terminal full screen in VSCode so it feels like an alt tab when I open it via the shortcut. It’s more practical because you can drag and drop the files from your VSCode project in the terminal.
@@imfilou I always try to respond to everyone. :) the settings can be achieved by 90% with the Make VS Code Awesome course by Caleb Porzio, but he did release this in his newsletter. So definitely purchase the course and take a look at this Gist. ☺️ gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
I love Zed! I still am missing some key features specific to Laravel development, but I think it has a LOT of potential. ☺️ And, it's minimally beautiful.
Here's a link to Caleb's course (that's supporting me in the process). It's worth every penny not just for the styles but also keyboard shortcuts, macros, etc.
gumroad.com/a/636621331
As a nvim user this looks clean!
Highest compliment ever right there. I've seen some wonderful looking nvim setups!
Same
yeh
git with settings?
where is the config files?????
You like things that are practical, and yet functional? Awesome man!
This is the best vscode setup video I've seen so far. Great tips and tricks for navigation, customization, themes, and extensions! I didn't know about the AI extension you mentioned in the video and I tried it this morning and I'm impressed! Loved this video and would like to see updates to this video in the future. Subbed 🙌
The sticky thing I turned off... It confuses me to have things stick
Makes sense. I think I still like it, but jury is out. :)
Can I get the this json file?
Beautiful and minimalist, that's how I like things. Very interesting, do you have to do a lot of things to get it like this?
Could you share your settings?
As an nvim distribution( not famous) maintainer and enjoyer I am impressed!
Wow. This is high praise. Thank you. ☺️
I am consistently impressed with NVim themes and setups. It’s definitely an inspiration.
Wooowww... I've been waiting for this from you, Josh
Thanks! I'm glad for the support. ☺️
How did you add cmd+kk shortcut to toggle the font size and line spacing?
On newer videos, you have a menu bar that appears on the center of the screen that you use to find and open files in your project. How did you set it up to be like that?
Would you be open to share a gist of your settings.json? (or at least only the apc settings)
Yeah! Let me make sure I remove everything that's Make VS Code Awesome specific and I'll do that. ☺
@@Tuto1902 so I did find that Caleb shared this with his newsletter. So definitely buy the course for all the goodies, but here’s the APC specific setup:
gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
I'll try replicating this with Marine Dark theme
Love it! Hope it goes well!
Listen up. I think zed is similar out of the box. They just lacking some basic things but damn Boi, it's so cool to use it. It's feels like liquid pain out of my eyes every time I reset vscode. Great stuff as always!
I'm a fan of Zed! :)
I know this is kind of late but I was curious if you have your dotfiles or config on a github repo or something like that. I would LOVE to take humbily copy some of your settings.json, I love the setup! If not all good, thank you and great video!!
Do you mind to share your whole settings.json file? I was curious using the same theme, which doesn''t look like yours somehow.
I'll see if I can grab things that aren't relevant to the course. Since Caleb's course includes the entire Settings.json file and so I don't want to plagiarize what he's done.
Give me a bit and I can grab some things out of there. :)
@@joshcirre Thanks for that. Theme looks great and I somehow kinda managed to get it looks like yours. Anyway, thanks for this awesome video. Do you've a Discord server?
@@joshcirre Any updates on this? Thanks
@@joshcirre Any updates on this? Thanks
Thanks for showing this up. already in the process of going back to using Nvim.
This convinced me to stick with vscode.
You can use Nvim inside VSCode too. I am not a vim motions type of user, but I understand why it's incredibly useful!
Hey, Josh! What're your thoughts on PhpStorm?
I think it's great and if I started in PHP world, I probably would use it, but the time to get up-to-speed with PHP Storm (since I know VSCode really well and it works for my usecase) does not seem to be worth the effort even with the awesome stuff it brings.
But if someone is not 100% sold on their editor, I think PHPStorm is a fantastic option!
I'm also keeping my eye on Zed 👀 (zed.dev)
i use neovim primarily and vs code for debugging... would absolutely love it if it is as clean as this...thanks❤
Check out the APC Customize plugin. And just start stripping things away. 😁
What file icon is that?? looks great!
Catppuccin Icons for VSCode
amazing man. top notch work and video. Do you have your settings shared in a gh repo?
Thank you. ☺️ I don’t at the moment just because the majority of the settings are from the Make VS Code Awesome course and I don’t want to share what’s not mine to share.
That being said, Caleb did share his APC settings gist publicly.
gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
@@joshcirre thank you so much 🙂
what software are you using for recording this?
Whats your theme you use???
This is the Catppuccin Frappe theme!
@josh do you share your dotfiles by any chance?
Surprisingly enough, I don't have any dotfiles... yet.
@@joshcirre cool cool... share when you're ready!
Can you send the full json file?
Unfortunately, not just since most of the full JSON file is from Caleb's course. However, Caleb did send out this Gist in his newsletter that has a good starting point. :)
gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
Apc has been discontinued :(
Hmm. This one? I'm not seeing it be discontinued.
marketplace.visualstudio.com/items?itemName=drcika.apc-extension
Hey hey! I've been waiting for this one. Thank you sir 🙏
Of course! Thank you for being a fantastic supporter. ☺️
Could you share your json settings?
Probably not the full one just since 90% of it is what is in Caleb's course and it's proprietary so I don't want to leak it. Sorry!
can u show me what icon do you use
This is the Catppuccin Frappe icon set, as well. :)
@@joshcirre is it available for windows?
Hi, when I use Next JS and press enter while typing the component name, the import section is automatically added above. I can't do this with Laravel. for example
When I type something like User::class
use App\Models\User; should be added above. With which extention can I do this?
This is what I use "Intelephense" for. Once installed, as long as it's a PHP file, you can import classes and namespaces automatically. ☺️
@@joshcirre I had previously installed Laravel Intelephense, but it didn't work for me. Now, after installing PHP Intelephense, everything is working perfectly. Thank you so much!
what is font name in floder tab
That's Dank Mono, as well. :)
whats the name font in your vscode bro ?
It’s in the video! Dank Mono. :)
Looks good but a few problems with the setup: Mac OS instead of Linux, VS Code instead of Neovim, PHP instead of Python.
Oops. 🤷♂️
very interesting setup, i'm a neovim guy at heart, but i have to use vscode sometimes at work, might have to buy the course...
as an aside, whenever you're talking, there's a cricket-like squealing in the background, it's pretty faint but it's driving me insane with my headphones on. judging by the mic quality, it might be an issue with a noise filter you have setup, or maybe it's just a washing machine or something..
It’s a great course especially if you use VSCode frequently. A lot of helpful tips outside of the setup and aesthetics.
And… haha. Those are literal crickets. My garage setup in the summer is tough to not have crickets in the audio. 😅
The icons theme please
This is the Catppuccin Frappe icon theme. :)
@@joshcirre Thank you so much!
What is your terminal again?
This is the Warp terminal (warp.dev/) :)
why hide line numbers?
I like having the "cleaner" look and rarely have a need to know what line number I'm on. I do have a shortcut to turn them on if needed when debugging. ☺️
What is your file icon theme?
I can’t remember if I said it. My apologies! Icons are also the “Catppuccin Frappe” icons. ☺️
is it boost performance?
Not really? But I haven't noticed too much of a lag for VS Code with my setup or before. Sometimes it does take PHP Intelephense to "catch up".
Hello! I see that your "breadcrumbs" is in the titlebar, or rather than you don't have a title bar and the info about the file you're in is showed at the right of the closing/minimize/maximize buttons (the red, orange and green buttons at the top left corner of the window).
How did you achieve that? This feels so minimal I love it.
Yep! That's the APC Customize UI++ extension with a bunch of tweaks to remove unnecessary things. :)
@@joshcirre Wow! I didn’t expect you to answer me! I’m subscribing :)
Yeah I assumed too, will you share your settings with the community ? Even if you sell it, I’m in! Every work is worth some money.
@@joshcirrebtw I went another way regarding the terminal.
I use iTerm 2 inside VSCode. There’s a setting in VSCode that lets you use other terminals than the native one. I made custom shortcuts inside iTerm 2 that makes it possible to select text with shortcuts just the way everyone is used to do it in every modern software.
I can shift + arrow key to select one word or shift + cmd + arrow key to select a whole world.
So I ditched Warp Terminal. I made the terminal full screen in VSCode so it feels like an alt tab when I open it via the shortcut.
It’s more practical because you can drag and drop the files from your VSCode project in the terminal.
@@imfilou I always try to respond to everyone. :) the settings can be achieved by 90% with the Make VS Code Awesome course by Caleb Porzio, but he did release this in his newsletter. So definitely purchase the course and take a look at this Gist. ☺️
gist.github.com/calebporzio/c7a2ca8fbd180815e50281bdb7b911ca
@@imfilou very nice! ☺️
Why are cricket sounds in your audio ? It stops when you stop speaking.
Because there are crickets in my garage. 😬
@@joshcirre FIX IT please.
@@dipanshusabharwal hahahah. I’ll get right one that.
Sadly, I can’t just “fix it” lol.
Is free sir??
Thanks, very helpful.
why not use nvim though
I’m not smart enough for it.
@@joshcirre u def can do it hahah just takes time
You should probably take a look at your mic settings, it sounds really weird.
This is my garage set up and there were a lot of crickets out tonight so I had to make do and eq'd it a bit to get rid of some cricket noise. ☺️
your fonts look odd, like non-aliased or something like that?
Hmm. Odd, I don't notice it so maybe it's just the recording. In the actual editor or in the sidebar?
Your video presentation is top notch.
Thank you so much. That means a lot!
If I used vscode I’d have it configured like that 👌🏻 actually my nvim config looks very similar.
Love that! I am incredibly inspired by a lot of clean NVim setups, as well!
I think it is too much minimal
its really amazing..
Thank you. :)
I was waiting for this!! Thanks
Of course! Thank YOU.
Aaaand purchased... 😎
It's SO good. 😁
Hold my nvim.
No wayy, it only supports Linux and Mac 😢
Unfortunately right now. :(
man this looks awesome!
Thanks! It's been a long time coming but I really love how things are currently!
cool! btw, nice cap!
Thank you. 😁
Nice look!
Thanks! :)
i mean..dotfiles
Nice commercial.
good setup,bad technology lol
Like VSCode is bad? Lol
just use zed lol
I love Zed! I still am missing some key features specific to Laravel development, but I think it has a LOT of potential. ☺️
And, it's minimally beautiful.
So I have to pay to customize vscode? nah I pass
It's more supporting a creator that has a TON of fantastic tips.
You can download APC Customize UI++ and put it together yourself. :)