- 45
- 3 301
hUndefined
United States
Приєднався 4 жов 2022
Teaching you how to be a better developer
How to Create and Use Code Snippets In Visual Studio Code
In this VSCode tutorial, learn how to create and use code snippets in the editor. Snippets allow you to quickly insert templates into your code for faster programming
#vscode #editing #coding
#vscode #editing #coding
Переглядів: 16
Відео
How to Customize the Sidebar In Visual Studio Code
Переглядів 5014 днів тому
In this VSCode tutorial, learn how to customize your sidebar. You can show/hide any icon on the left. As you install extensions they add views to the sidebar and it can become cluttered. This tutorial shows you how you can organize and cleanup the sidebars #vscode #editing #coding
How to Fold Code In Visual Studio Code
Переглядів 6114 днів тому
In this VSCode tutorial, learn how to fold/collapse/expand code inside the editor. You can even set a custom manual range to have your own code folds #vscode #editing #coding
How to Install An Extension From Visual Studio Code Marketplace
Переглядів 1214 днів тому
In this VSCode tutorial, learn how to install an extension from the Visual Studio Code Marketplace. This does not cover installing from VSIX #vscode #editing #coding
How to Split Editor Into Multiple Panels In Visual Studio Code
Переглядів 4514 днів тому
In this VSCode tutorial, learn how to split your editor into multiple panels. This allows you to have multiple files open and editable at once. There's a quick button to do this and the tutorial shows you how #vscode #editing #coding
How to Find And Replace Text In Visual Studio Code
Переглядів 2114 днів тому
In this VSCode tutorial, learn find and replace inside the editor. We can use the keyboard shortcuts to open the Find and Replace menu to traverse text in our file #vscode #editing #coding
How to Create a New File In Visual Studio Code Full Guide
Переглядів 24014 днів тому
In this Visual Studio Code tutorial, learn create a new file inside the editor. There are a few options to be aware of when creating a file #vscode #editing #coding
How to Open a Folder In Visual Studio Code Full Guide
Переглядів 26914 днів тому
In this Visual Studio Code tutorial, learn how to open a folder inside the VSCode editor #vscode #editing #coding
How to Enable Word Wrap In Visual Studio Code Full Guide
Переглядів 2014 днів тому
In this Visual Studio Code tutorial, learn how to enable word wrap so you can see an entire line inside one editor #vscode #editing #coding
How to Setup Python In Visual Studio Code Full Guide
Переглядів 11721 день тому
In this Visual Studio Code tutorial, learn how to setup, create, and run a Python project. We walk through some code, some packages, and how to run it all within VSCode #vscode #python #coding
How to Preview HTML In VSCode
Переглядів 621 день тому
In this Visual Studio Code tutorial, learn how to use Live Server and Live Preview to preview HTML within the editor #vscode #editing #coding
How to Change Themes In VSCode
Переглядів 1321 день тому
In this Visual Studio Code tutorial, learn how to change and edit color themes using the extensions marketplace #vscode #editing #coding
How to Duplicate Files In VSCode
Переглядів 2728 днів тому
In this Visual Studio Code tutorial, learn how to duplicate files using File Utils as well as copy and paste #vscode #editing #coding
How to Delete a Branch In VSCode
Переглядів 3728 днів тому
In this Visual Studio Code tutorial, learn how to delete a local git branch using a couple different methods. We use the command pallet as well as the source control tool window #vscode #editing #coding
How to Comment Multiple Lines In VSCode
Переглядів 9028 днів тому
In this Visual Studio Code tutorial, learn how to comment multiple lines of code using a couple different methods #vscode #editing #coding
What is Dependency Injection in Java Programming
Переглядів 6528 днів тому
What is Dependency Injection in Java Programming
How to Edit With Multiple Cursors In VSCode
Переглядів 13428 днів тому
How to Edit With Multiple Cursors In VSCode
How to Search And Find Anything In VSCode
Переглядів 245Місяць тому
How to Search And Find Anything In VSCode
How to Git Merge Branches and Resolve Conflicts in VSCode
Переглядів 81Місяць тому
How to Git Merge Branches and Resolve Conflicts in VSCode
How to Initialize a Git Repository in VSCode
Переглядів 13Місяць тому
How to Initialize a Git Repository in VSCode
How to Create and Run a Gradle Java Project in VSCode
Переглядів 281Місяць тому
How to Create and Run a Gradle Java Project in VSCode
How to Create and Run a Java Project in VSCode
Переглядів 73Місяць тому
How to Create and Run a Java Project in VSCode
How to Create and Run a Maven Java Project in VSCode
Переглядів 84Місяць тому
How to Create and Run a Maven Java Project in VSCode
thank you sir
Lol love this
thanks
this is great, but a bit too advanced for me. Do you have a tutorial for how to open vscode?
Command is 'code' lmao
Wow, thanks a ton, I repetitively typing 'code .' in the terminal. This is wayy better!
Brilliant
I appreciate that these types of videos exist and I'm grateful that you made one to help beginner users, but I have to admit I'm a little insulted that I got suggested to watch 🤣 great succinct video, keep up the awesome work!
if you can't open a folder i feel like you shouldn't be using vs code 💀
Which font do you use for your setup
Looks like jetbrains mono
It's "Consolas, 'Courier New', monospace"
Wow, this is way to advanced for a beginner
Bro that freaking dumb you have no content to make
It's basic, but someone may find it useful. I make videos because I enjoy doing it. If any of them help someone who's searching for answers then that's worth it in my opinion
Thanks...it works
Thanks ! I use VSCodium, it works perfectly
Thanks! really helpful to the point video!
there is hundreds of nearly identical videos out there, what are you hoping to accomplish here?
I just enjoy making videos and providing value even if it's only to a few people. If my video isn't the best for the topic then that's okay
I have added a new folder to the "src". I added a file to the new folder. An error occurs at startup: The error appeared when creating the application in src and the next time tudaliles was added when loading the application: the main Kek class could not be found or loaded Caused by: java.lang.Error NoClassDefFoundError: Kek (incorrect name: test/Kek)
It could be that you haven't setup your classpath. You can do that by opening the command pallet and typing configure classpath. It could also be that you need to run Java: Update Project. Vscode may not know that it needs to build your new class that you created
Thanks man, your help arrived in Brazil!🥳
Thanks, other videos didn't help me but this one did.
Is there a way to make a code about this in a simple text-based format? Thanks!
You can use Intellij's documentation www.jetbrains.com/help/idea/navigating-through-the-source-code.html#recent_locations