Setup VSCode like a senior React developer

preview_player
Показать описание
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"

It's finally time that I share with you all my VSCode setup as a senior React developer. I share the snippets I use, the extensions I use, and the many quality of life improvements I setup to make working with React daily a joy. If you want to be a senior React developer, you should definitely check out this VSCode setup!
Рекомендации по теме
Комментарии
Автор

Thank you so much for the snippet file, its a game changer. I have been coding in vsCode for the past 4 years and had no clue that you can define your own custom snippets.

tislam
Автор

the extensions part was a life saver, thank you so much <3

beyourahi
Автор

multiple cursor case preserver is a really nice addition. thank you 👍

Gilderbrant
Автор

Thanks for the video, I have quite a few extensions already, but now adding 2 more to the list. Pretty Typescript and Template string. Thanks for these.

harag
Автор

Snippets and Extensions was new for me. Thank you !

dimakolyas
Автор

Great insight !! this will actually improve developer productivity

deepakkashyap
Автор

The way of your teaching inspires alot🥰 i watch your video to make me more motivated to learn new things 😍

saqibmuhammad
Автор

You can make your snippet component even better by setting to get the name of the new file you're created. Multiple cursor + template string are life changers! This comes to my mind today but, I forgot to search for it after work... 🤘🏻

marceloviannadev
Автор

hey can you share your settings.json file so I can replicate my workbench

ayushyapatel
Автор

template string converter! that is so dope.

colbatronbmw
Автор

one thinkg i am not able to do is, the color highlighting fo the hook, how is that the setter function on the use state hook gets different color

rahulj
Автор

what vim extension do you use? and how did you configure it? im having some issues with them and it seems like its not very practical for react

onta.nicolae
Автор

Can you do a video about running multiple projects in VSCode? I have really struggled to get both my UI layer (React app) and API (C# .net core app) to run from vscode but both work in Visual Studio. Of course, vscode is wayyyy better for React development and i miss things like prettier, shortcuts/snippets and various other bits

jspesh
Автор

// It came with ` ` avoiding to write it
"Console Log": {
"prefix": "cl",
"body": [
"console.log(`$1`);"
]
},

Berbersky
Автор

9:26 I believe the "Template String Converter" behavior is now built into the VS Code.

RAQS
Автор

HI loved the video, could you share the text file for custom snippets,

Thanks

vishavranta
Автор

I suppose you have the business version of copilot since you can chat with the ai?

damagee
Автор

is the snippets file something you wouldn't mind sharing?

cordial
Автор

you should show your keybindings and you setup for vscode vim, that is actually the more important

LuisDa
Автор

VSCode or Webstorm is a good Choice for beginners, but not for senior developer in my opinion, vim with tmux is for me the best choice.

tinodueppotell
welcome to shbcf.ru