Тёмный
André Casal
André Casal
André Casal
Подписаться
📲 I create tools to empower full-stack web devs. 💻 I’ll show you how to build in 2 weeks what it would take you 6 months.
Typographical components on the web
16:26
3 месяца назад
Layout components | VerveUI
25:45
3 месяца назад
How to align components on the edge
5:43
4 месяца назад
Talk: Self-aware communication
21:33
Год назад
VS Code's built-in browser
2:01
2 года назад
Web Dev for 2022 🧑‍💻
18:57
2 года назад
Organization for Students
3:01
2 года назад
How to avoid PAIN in communication
10:54
2 года назад
VS Code Setting: editor.tabSize
2:33
3 года назад
VS Code Setting: editor.fontFamily
3:30
3 года назад
VS Code Setting: editor.fontSize
2:15
3 года назад
VS Code Setting: files.autoSave
4:06
3 года назад
Deno: All You Need To Know
12:53
4 года назад
Channel update 2020-04-29
9:59
4 года назад
Quick update on channel direction
2:37
4 года назад
Master VS Code: Workspaces
16:12
4 года назад
VS Code Setting: markdown.trace
1:13
4 года назад
Комментарии
@khajapasha3221
@khajapasha3221 28 дней назад
hi, I actually think it's a good thing to represent breadcrumbs file/folders structure with given icons, but it is built that way to not show the folder icons in, so i actually resolved this breadcrumbs folder icon issue in my own vscode builld to have a nice file path view.
@lachlanwilliams5818
@lachlanwilliams5818 Месяц назад
This should be built into the GUI! I've wasted 45 minutes on this!
@AbraKadabra000
@AbraKadabra000 Месяц назад
you won't be able to see the difference in font smoothing if you just zoom in vscode, you need to take a screenshot and zoom it
@JohnSmithZen
@JohnSmithZen 2 месяца назад
what's the difference between "editor.colorDecorators" vs. "editor.defaultColorDecorators"
@MaryMcGowan-kj1gb
@MaryMcGowan-kj1gb 2 месяца назад
Thank you for explaining this concept so clearly - loved how you demonstrated the differences in a practical way.
Месяц назад
Thanks Mary, I'm super happy you enjoyed it 🙌
@renanmalato
@renanmalato 3 месяца назад
Hi, I'm trying to make break lines on props like style={} onPress={} , like your code is on 0:38 how can I manipulate that on prettier? thank you tried a bunch of things nothing worked
@ramonjales9941
@ramonjales9941 3 месяца назад
in my vscode the file or folder does not desapear. Why?
3 месяца назад
There could be settings in your .vscode folder overwriting your user settings. You could also have an extension messing with that. Run 'code --disable-extensions' to start VS Code without extensions to check that out.
@nixes1636
@nixes1636 4 месяца назад
Nice video. Video could be a bit louder though.
3 месяца назад
Yeah, sorry about the mic, I've upgraded since :D
@kungfooman
@kungfooman 4 месяца назад
It used to work, but now happens nothing, does it still work for you?
4 месяца назад
Yes it does. Maybe you have an extension interfering with that? Also make sure you're testing it on a place where you are sure a suggestion should appear.
@user-yl7iz4qt4j
@user-yl7iz4qt4j 5 месяцев назад
Where to enable that, you did not cover that where is the settings.json file
4 месяца назад
Here it is: Shift+Cmd/Ctrl+P to open the command palette. Write "user settings" and choose the option that includes "(JSON)". This will open this file, but it will be (mostly) empty. I added all the settings to my settings.json file so I could explore them all and make these videos.
@user-lv9vv8rm4j
@user-lv9vv8rm4j 5 месяцев назад
Even after 4 years i found this tutorial extremely usefull. I don't know if something has changed in its functionality but thank you very much ❤
4 месяца назад
You're very welcome mate!
@karthicragunath7460
@karthicragunath7460 6 месяцев назад
Very simple and the best explanation I found so far, thanks.
4 месяца назад
Thank you so much! :D
@erickrh
@erickrh 6 месяцев назад
Thanks!
4 месяца назад
You're welcome! :)
@Bang2Highlights
@Bang2Highlights 7 месяцев назад
I think this setting, doesn't allow for accepting suggestions, at least on text, with Enter key, just by tab.
4 месяца назад
This setting depends on the "acceptSuggestionOnEnter" setting below it.
@Bang2Highlights
@Bang2Highlights 7 месяцев назад
This has changed to "matchingDocuments" as the default key, so propose suggestions based on open files of same language.
4 месяца назад
Thanks for the update mate 👍
@Bang2Highlights
@Bang2Highlights 7 месяцев назад
This was changed to editor.guides.highlightActiveIndentation for anyone watching in the future.
@Bang2Highlights
@Bang2Highlights 7 месяцев назад
You can use a low "editor.mouseWheelScrollSensitivity" something like 0.5 and place "editor.fastScrollSensitivity" to something like 5 or 8 like a big number, this way normal scroll will be slow and holding alt will make it X (whatever you set it) times faster. Giving you a way to alternate between slow and fast scrolling.
4 месяца назад
Nice tip, thanks mate! 🫡
@theonewhowas7709
@theonewhowas7709 7 месяцев назад
for me mine is enabled.. but still isnt showing
4 месяца назад
It only shows up if there's something to suggest.
@aleksandrkravtsov8727
@aleksandrkravtsov8727 9 месяцев назад
explained nothing
@johntavolt7027
@johntavolt7027 9 месяцев назад
Hey. What are your thoughts on MonoLisa, Gintronic and Codelia fonts ? Would appreciate it .
@Yesterday_i_ate_rat
@Yesterday_i_ate_rat 9 месяцев назад
Can you name some free fonts exactly similar to Monolisa
@johntavolt7027
@johntavolt7027 9 месяцев назад
@@Yesterday_i_ate_rat I have used Source Code Pro which is free and is 88 percent like MonoLisa (excluding the gothics like monolisa). Another free font is Maple Mono. Also if you like Fira Code then there is Commit Mono.
4 месяца назад
Hey John! Between the 3, I prefer MonoLisa, seems the easiest to read 👌
@johntavolt7027
@johntavolt7027 3 месяца назад
@ Thanks man
3 месяца назад
@@johntavolt7027 You're very welcome :)
@antonnelly
@antonnelly 10 месяцев назад
That was the most simplest, directly and easy to understand explanation I’ve ever found. Thank you very much!
4 месяца назад
Wow, thank you so much Antonelly! :D
@brookster7772
@brookster7772 10 месяцев назад
As a Visual Studio (not code) user I have also been struggling with this "little" issue for years now. Visual Studio has a "Solution" concept that does the job. And What about "Profiles" we need to fit that into the picture. Would love if you can do an update video. keep up the great work your doing for the community! Cheers Mate.
4 месяца назад
Thanks mate! Frankly, I've just given up trying to use codespaces at all. I just keep independent VS Code windows opened, one for each repo.
@brookster7772
@brookster7772 4 месяца назад
@ Yup me too.. thanks man!
@hedgehogform
@hedgehogform 11 месяцев назад
Do you know how to enable html.customData for django-html templates?
4 месяца назад
I'm sorry I do not 😅
@randyv744
@randyv744 11 месяцев назад
Thanks for sharing!
4 месяца назад
You're very welcome! :)
@gustavovasquezveliz7046
@gustavovasquezveliz7046 Год назад
doesn't work on php, I set the value to false and the popup still appearing
4 месяца назад
You might have a PHP extension interfering with that.
@rsvaibhavchandra45
@rsvaibhavchandra45 Год назад
how can i remove any wrapping
4 месяца назад
That depends if you're using Prettier or not. If you are, give the "print width" option a big value like 999 and the lines will not wrap.
@healthyhater
@healthyhater Год назад
and the spacing between words?
4 месяца назад
VS Code doesn't have a word-spacing option unfortunately.
@raqifmahat
@raqifmahat Год назад
thanks for not showing where to open this file. great.
4 месяца назад
You mean the settings file? Open the command palette (Shift+Cmd/Ctrl+P) and write User Settings. Select the option that says "JSON".
@bbnowhat
@bbnowhat Год назад
thank u
4 месяца назад
You're very welcome!
@bartek4210
@bartek4210 Год назад
Setting "files.maxMemoryForLargeFilesMB" is not available anymore. While the editor is very slow at opening even 2-4 MB files when merging conflicts.
@ishitapramanick6445
@ishitapramanick6445 8 месяцев назад
Yes, couldn't see it in the settings. Searching for some alternative
4 месяца назад
Yeah, this setting has been deprecated.
@jimmyvo1667
@jimmyvo1667 Год назад
Thanks for making these videos. I just discovered your channel this morning lol. Love the short and straight to the point format.
4 месяца назад
Amazing, you're very welcome Jimmy! :)
@JoseHernandez-qk5by
@JoseHernandez-qk5by Год назад
Hi Andre I installed the vscode-icons but the icons shown are so different dont know if other icon theme could be interfering
4 месяца назад
Make sure you're installing this one: marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
@carlosmed_
@carlosmed_ Год назад
This is now a unknown configuration setting
4 месяца назад
You're right, this setting has been deprecated.
@carlosmed_
@carlosmed_ Год назад
Seems as this no longer used. Couldn't find anything regarding this.
4 месяца назад
Yeah, this setting was deprecated.
@carlosmed_
@carlosmed_ Год назад
This is now deprecated: This setting is deprecated. Use extensions.ignoreRecommendations setting to control recommendation notifications. Use Extensions view's visibility actions to hide Recommended view by default.
4 месяца назад
Yes indeed, thanks Carlos!
@carlosmed_
@carlosmed_ Год назад
This is now deprecated it seems.
4 месяца назад
Seems like it!
@itzvoko1
@itzvoko1 Год назад
Thank you for the explanation!
4 месяца назад
You're very welcome!
@Arul0114106
@Arul0114106 Год назад
This is deprecated. Do you have the updated video?
4 месяца назад
I tried searching for it, but couldn't find the updated setting 🤔
@ofresh333
@ofresh333 Год назад
Anyway to set the code folding by braces only?
4 месяца назад
Hey 👋 Unfortunately not!
@OlegLKurnyavko
@OlegLKurnyavko Год назад
Thanks! It was really useful.)))
4 месяца назад
Awesome, you're very welcome! :)
@FaeTools
@FaeTools Год назад
Amazing! I'm super happy for you that you are now launching your Mastery for VS Code course! - Mark R
@ImpostorModanica
@ImpostorModanica Год назад
Is there a setting so that the diff editor open centered/full width even if you have more than one editor groups/panels active?
4 месяца назад
Not that I'm aware :/
@ImpostorModanica
@ImpostorModanica 4 месяца назад
@ They improved it since by having the diff open in a single panel by default when more than one group is displayed, with diff sections appearing one beneath the other, instead of side by side in two split panels
4 месяца назад
@@ImpostorModanica Ah that's great! Thanks for the heads up!
@ImpostorModanica
@ImpostorModanica 4 месяца назад
@ no worries
@keklamo1485
@keklamo1485 Год назад
i cant find these settings with prettier width where do i find it? its not in my settings.json
4 месяца назад
Hey there 👋 These settings are not there by default, you'd have to install the Prettier extension: marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode You can copy+paste these settings or press Ctrl+Space to activate autocompletion to see which ones you'd have.
@christianh.1160
@christianh.1160 Год назад
sorry i was searching for an example.
4 месяца назад
Hey Christian, these settings aren't needed anymore. If you need a proxy, after you have configured your system with your proxy settings, start VS Code with --proxy-server=<scheme>=<uri>[:<port>][;...] | <uri>[:<port>] | "direct://" You can insert that into the VS Code link itself. Checkout the documentation on that: code.visualstudio.com/docs/setup/network
@pauliuskomolovas4079
@pauliuskomolovas4079 Год назад
I want in windows open node terminal but have no option to.
4 месяца назад
You mean you'd want to run node? 🤔 For that you'd have to write "node" on the command line to execute it.
@brinker50
@brinker50 Год назад
I like 'Courier New', monospace font with comments in italics
4 месяца назад
It doesn't have ligatures though, does it?
@davidpaez_co
@davidpaez_co Год назад
Thank you André
4 месяца назад
You're welcome David :)
@dkerdnase
@dkerdnase Год назад
Yo, thank you for this!
4 месяца назад
You're very welcome! :)
@dmytrii_t
@dmytrii_t Год назад
thx
4 месяца назад
You're very welcome :)