12 VS Code Extensions to INCREASE Productivity 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 608

  • @dev_ression
    @dev_ression  11 หลายเดือนก่อน +206

    Disclaimer! Whilst VS Code is not technically an IDE, with the right set of extensions it can behave similarly to an IDE 😊
    Also, since making this video Vibrancy Continued has been causing me and many others some issues with their VS Code. So I would personally no longer suggest this extension!

    • @fleboho
      @fleboho 11 หลายเดือนก่อน +14

      Would you kindly explain how it is not "technically" an IDE and give a juxtaposition of it and and IDE.

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน +32

      @@fleboho certainly. An IDE typically comes with highly integrated tools like preconfigured compilers, a debugger, code completion and many more. VS Code is essentially a glorified text editor. There are plenty of extensions like those listed in the video that can be used to mimic the actions of an IDE. But if you want to get technical about it, the out-of-the-box standard version of VS Code is simply a text editor. Even with the extensions installed, it won’t be as powerful as an IDE like Visual Studio. But a lot of the time, especially in web development, VS Code works perfectly and an IDE like Visual Studio simply isn’t necessary. If you prefer a more light weight environment, VS code is the tool for you. I hope this explanation helps :)

    • @fleboho
      @fleboho 11 หลายเดือนก่อน +11

      @@dev_ression It certainly does. VS Code is no different from Notepad++ on the general level. Thanks.

    • @RaghunathTambde
      @RaghunathTambde 11 หลายเดือนก่อน +1

      True, there were many times when the code throws some random error (literally for no reason) even with extension installed, I don't know if I have to do something extra for it, one example is running tensorflow in vscode a simple code like tf = zeros([1,2,3]) throws an error, like you iust can't run this program, and it works perfectly fine in idle, can someone please tell me what is wrong

    • @solvedfyi
      @solvedfyi 10 หลายเดือนก่อน +4

      VS Code is a most popular development environment and it is fully integrated in all kinds of ways. It's more capable than a lot of IDEs we remember. I can't think of a reasonable excuse to insist it's not an IDE. Text editors don't typically come with built in language servers and terminal integration and debuggers and git for version control.

  • @esviken
    @esviken 10 หลายเดือนก่อน +1688

    0:46 - code runner
    2:04 - tabnine
    6:35 - live server
    7:58 - excel viewer
    9:31 - code tour
    12:48 - todo
    15:06 - material icon
    16:16 - draw io
    18:10 - polacode
    19:59 - spell checker
    22:30 - prettier
    24:14 - vibrancy

    • @jabed8436
      @jabed8436 10 หลายเดือนก่อน +37

      You're a life saver

    • @K.Huynh.
      @K.Huynh. 10 หลายเดือนก่อน +3

      Thank you so much !

    • @minemaxblade
      @minemaxblade 10 หลายเดือนก่อน

      @@jabed8436 not life saver
      It is called time saver sacrificing his own time

    • @rifatibntaher-rt6cx
      @rifatibntaher-rt6cx 10 หลายเดือนก่อน +12

      thanks for saving my 20minutes.

    • @KrishnaPrasad-oc1ez
      @KrishnaPrasad-oc1ez 10 หลายเดือนก่อน +2

      Tabnine is no more free

  • @onhazrat
    @onhazrat 10 หลายเดือนก่อน +76

    🎯 Key Takeaways for quick navigation:
    00:29 🖥️ *VS Code Extension Setup*
    - Setting up VS Code for productivity.
    - Introduction to VS Code extensions and their importance.
    - Initial steps to navigate and utilize extensions effectively.
    01:39 ⚙️ *Code Runner Extension*
    - Streamlining the process of compiling and running code.
    - Simplifying Java program execution with automated compilation and output.
    - Enhancing efficiency in checking program outputs and making quick iterations.
    02:08 🤖 *AI Coding Assistant (Tab 9)*
    - Implementing an AI-driven coding assistant for real-time suggestions.
    - Integrating Tab 9 for code autocompletion and intelligent assistance.
    - Simplifying code writing and enhancing productivity with AI support.
    06:35 🌐 *Live Server Extension*
    - Utilizing the Live Server extension for web development.
    - Enabling real-time preview and simultaneous coding in VS Code.
    - Streamlining web development workflow and enhancing productivity.
    08:01 📊 *Excel Viewer Extension*
    - Integrating the Excel Viewer extension for data visualization in VS Code.
    - Facilitating seamless viewing of Excel spreadsheets within VS Code.
    - Enhancing workflow for data scientists and analysts.
    09:37 🚶‍♂️ *Code Tour Extension*
    - Utilizing the Code Tour extension for code walkthroughs and explanations.
    - Creating guided tours within code files to facilitate understanding.
    - Enhancing collaboration and code comprehension among team members.
    12:58 📝 *To-Do Highlights Extension*
    - Implementing the To-Do Highlights extension for task management within code.
    - Utilizing keywords to highlight pending tasks or areas needing attention.
    - Improving code organization and productivity with visual task reminders.
    15:06 💻 *VS Code Aesthetic Enhancements*
    - Enhancing VS Code aesthetics with Material Icon extension.
    - Material Icon extension replaces default icons with visually appealing ones, improving the overall look of the development environment.
    - Icons are customized for different file types, enhancing visual organization and navigation within the project.
    16:16 📊 *Quick UML Diagrams with Draw IO*
    - Introduction of Draw IO extension for creating quick UML diagrams within VS Code.
    - Draw IO extension integrates an offline version of Draw IO directly into VS Code, allowing seamless diagram creation.
    - Users can create various types of diagrams, customize shapes, and export diagrams in different formats.
    18:06 🖼️ *Professional Code Snippets with Polar Code*
    - Polar Code extension facilitates the creation of professional-looking code snippets within VS Code.
    - Users can customize snippet appearance with options for shadows, transparency, and background colors.
    - Export functionality enables saving snippets in PNG format for easy sharing and presentation.
    19:59 📝 *Avoiding Compilation Errors with Code Spell Checker*
    - Installation and usage of Code Spell Checker extension to identify spelling errors within code.
    - Extension highlights misspelled words and offers suggestions for corrections, improving code quality and readability.
    - Helps in avoiding compilation errors caused by spelling mistakes, enhancing overall code reliability.
    22:38 🔄 *Automatic Code Formatting with Prettier*
    - Introduction of Prettier extension for automatic code formatting in VS Code.
    - Prettier ensures consistent code formatting, enhancing readability and maintainability, especially in collaborative projects.
    - Configuration options allow for customization of formatting rules and integration with the VS Code editor.
    24:15 🎨 *Decorative Enhancement with Vibrancy*
    - Installation and customization of Vibrancy extension for aesthetic enhancement of VS Code.
    - Vibrancy adds a glass morphism effect to the VS Code interface, improving visual appeal.
    - Despite being purely decorative, Vibrancy enhances the overall look of VS Code and can be used with different themes.
    Made with HARPA AI

  • @gabegonzalez764
    @gabegonzalez764 9 หลายเดือนก่อน +26

    After what felt like 3 days of punching myself in the face just trying to get the msvc compiler to work right, I found your video. The first step of deleting the suggestions would’ve solved all my problems 😅
    Thanks for the video!

  • @МухиддинМахмудов-б5щ
    @МухиддинМахмудов-б5щ 10 หลายเดือนก่อน +326

    A computer that has the ability to turn on 😂

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +34

      It’s a good start 🥹

    • @sforshoaib
      @sforshoaib 9 หลายเดือนก่อน +4

      😂

    • @AnibalTafur
      @AnibalTafur 8 หลายเดือนก่อน +5

      He lost me there 😢 lol

    • @Pythagoras_a2
      @Pythagoras_a2 4 หลายเดือนก่อน +2

      Task failed :(

    • @greycodeofficial
      @greycodeofficial 4 หลายเดือนก่อน +2

      First step was my last step

  • @areebnadir5778
    @areebnadir5778 10 หลายเดือนก่อน +20

    00:01 VS Code extensions can enhance productivity and quality of work.
    01:39 Using Code Runner to streamline program checking process
    05:01 Using Tab 9 extension to generate code and run programs in VS Code.
    06:37 Live server extension for real-time preview and easy project navigation
    10:11 Creating tours to explain code walkthroughs
    11:57 VS Code Explorer code tour feature and to-do highlights extension
    15:23 Install material icon extension for better file icons and appearance.
    17:10 VSCode extension to create diagrams and export them in different formats
    20:29 Code Spell Checker extension highlights spelling errors and can prevent compilation errors
    21:54 Using Quick Fix function and manually typing in VS Code
    24:52 Install dark plus theme before installing extension
    26:17 Change VS Code background with vibrant wallpaper
    Crafted by AI.

    • @premium-ware
      @premium-ware 10 หลายเดือนก่อน

      What’s AI Nane?

    • @areebnadir5778
      @areebnadir5778 10 หลายเดือนก่อน

      @@premium-ware Merlin Ai Chrome Extension

  • @JaneDoe-od4ep
    @JaneDoe-od4ep 3 หลายเดือนก่อน +1

    This is by far the most cool and useful vscode video on youtube

  • @overcolck777
    @overcolck777 5 หลายเดือนก่อน +1

    Thanks for making this video. I love VSCode extension that makes our lives easier and devs happy. I knew some of the extensions but a lot of them were completely new for me and I think it will make a difference in my "dev life". Thank you again.

  • @marktherobloxguy
    @marktherobloxguy 11 หลายเดือนก่อน +113

    Very underrated tutorial, I recommend you adding chapters/timestamps to make it easier for other people to navigate around the video

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน +15

      That’s a good idea, thank you bro. You’ve earned yourself a sub :)

    • @marktherobloxguy
      @marktherobloxguy 11 หลายเดือนก่อน +4

      @@dev_ression thanks :)

    • @mahidulislam3103
      @mahidulislam3103 10 หลายเดือนก่อน

      he's baiting people to watch the full vid.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      @@mahidulislam3103 nah bro, I just figured out how to use chapters lol

    • @Ivan-Bagrintsev
      @Ivan-Bagrintsev 5 หลายเดือนก่อน +1

      @@dev_ression and you still did not add them though

  • @cucciolo182
    @cucciolo182 หลายเดือนก่อน

    Really nice. It's crazy how much things have changed in just nine months.

  • @erict5750
    @erict5750 10 หลายเดือนก่อน +6

    Todo Tree is a nice addition to todo highlight.

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน +1

      Thanks for suggesting. I’ll check it out!

  • @ANJAMUDDINAHMADIBADAKHSHI
    @ANJAMUDDINAHMADIBADAKHSHI 2 หลายเดือนก่อน

    You showed me the best, perfect and all needed extensions for VScode that was the best extensions ever!!! 😄

  • @ameium
    @ameium 4 หลายเดือนก่อน +5

    In my opinion, knowing how to manually compile your programs can be useful in certain situations. Personally, I just use the vs code terminal or CMD for the fun of it.

  • @TeemoPwnstar
    @TeemoPwnstar 8 หลายเดือนก่อน +11

    Live Server is a God-send. Thanks for showing Vibrancy Continued - VSCode looks glorious now!

    • @gabe3lynch
      @gabe3lynch 7 หลายเดือนก่อน +2

      Check the pinned comment! Vibrancy contains bugs!

    • @xxpsyxx2159
      @xxpsyxx2159 2 หลายเดือนก่อน

      @@gabe3lynch yeah I cant min/max my window

  • @MukhammadkodirAbdusalomov
    @MukhammadkodirAbdusalomov 10 หลายเดือนก่อน +2

    Useful, Great Video for developers

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad I can help bro :)

  • @aaronjenkins223
    @aaronjenkins223 6 หลายเดือนก่อน +7

    Nice list! Though for beginners, I'd personally recommend not using an assistant like tabnine or copilot. I see too many times where people will try to use it before instilling the basics in their brain, and then when they don't have it, they act like a magikarp out of water.

  • @sathvikchowdaryveerapaneni1290
    @sathvikchowdaryveerapaneni1290 10 หลายเดือนก่อน +20

    Cool extensions to know! good quality video and appreciate for editing. Keep Going.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Thank you bro! I’m glad it helped :)

  • @keebroll3388
    @keebroll3388 10 หลายเดือนก่อน +9

    Awesome video! You’ve given me all the extensions that i needed 🙌🏽

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you! Happy to help :)

  • @kajtek-uz8ff
    @kajtek-uz8ff 5 หลายเดือนก่อน

    Great video! I've just started using VS Code and I'm sure these extensions will help me a lot!

  •  5 หลายเดือนก่อน

    Awesome. Thank you. I'm new to VS Code and most of these extensions will help a lot. :)

  • @aaravgargofficial
    @aaravgargofficial 9 หลายเดือนก่อน +1

    Amazing Bro! Keep it Up!

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน

      Thank you bro!

  • @Nick-7901
    @Nick-7901 8 หลายเดือนก่อน +2

    Thank you bro! These extensions are helping me a lot :)

    • @dev_ression
      @dev_ression  8 หลายเดือนก่อน +1

      Happy to help bro!

  • @iot_enthusiast
    @iot_enthusiast 5 หลายเดือนก่อน

    Extremely useful extensions - thank you so much!

  • @littleslime101
    @littleslime101 10 หลายเดือนก่อน +1

    Thank you very much for so many useful extensions!

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Im glad this video helped :)

  • @BadWithie
    @BadWithie 11 หลายเดือนก่อน +6

    Thanks! Watched all the way till the end.

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Wow, thank you 🙏

  • @phenoumene
    @phenoumene หลายเดือนก่อน

    i've chosen Bearded Icons
    thanks for your advices ✌

  • @HusamJamal
    @HusamJamal 4 หลายเดือนก่อน

    Very useful video. Thanks!

  • @rockcaesarpaper291
    @rockcaesarpaper291 11 หลายเดือนก่อน +9

    This video was really helpful. Great job.

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Glad I could help bro!

  • @soroushdianaty7915
    @soroushdianaty7915 10 หลายเดือนก่อน +1

    very informative video thanks dude

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Happy to help bro!

  • @user_4515xqya
    @user_4515xqya 10 หลายเดือนก่อน +4

    I don't know who you are.
    But I can't thank you enough for sharing your knowledge with us.
    Good luck and keep educating us... ❤❤❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Glad this helped you bro :) thanks for watching

  • @RVideoR
    @RVideoR 6 หลายเดือนก่อน

    17:00 i really need this 🤩 Thank you very much brooo

  • @sybrix2755
    @sybrix2755 2 หลายเดือนก่อน

    Watch the entire video, deserve my subscribe.

  • @MolecularDev
    @MolecularDev 10 หลายเดือนก่อน +1

    I'm glad that I ran to this video

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      And I’m glad I could help :)

  • @harshalingle9645
    @harshalingle9645 2 หลายเดือนก่อน

    best video on extension ever

  • @SavageGTI
    @SavageGTI 2 หลายเดือนก่อน

    I like "Live Server Preview" it hosts the directory on your local network and when you port forward with your router any device on the network can view real time updates even when typing a paragraph, heading or adjusting CSS or JS.
    Also I tried out a background extension so you can add a custom background to the editor or window

  • @ДмитрийКондратенко-б5ь
    @ДмитрийКондратенко-б5ь 3 หลายเดือนก่อน

    I spent one hour to try to get c#, typescript support from code runner. Results: c# - complete failure, typescript - some compilation error testing primitive code with class with 'console.log' method😂. Nice extension.

  • @anandshindey
    @anandshindey 10 หลายเดือนก่อน +1

    Good video. Thanks. Had a question. What theme do you use for vscode?

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Palenight (Mild Contrast)

  • @klynthomas2390
    @klynthomas2390 6 หลายเดือนก่อน

    Great Video. Thank you for not only sharing the extensions, but showing how you like to use them and a few other details, but not too many. NOTE: I am not seeing Excel Viewer by Grape City (in my extension options it shows a different name - MESCIUS). This is a new video, so I'm wondering what I might be doing wrong. Suggestions. I installed the one it showed, but I haven't tested it yet.

  • @MuhammedOğuz-v2q
    @MuhammedOğuz-v2q 9 หลายเดือนก่อน +1

    what is your macbook model and are you happy with it also I have a question about macbooks; macbook air or macbook pro for software developers

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน +1

      MacBook Pro 14 inch. Highly recommend. Not the air

  • @SnowyRVulpix
    @SnowyRVulpix 10 หลายเดือนก่อน +1

    "I still don't know what I'm doing" this is so me, even after coding for 20 years xD

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      we are always learning!

  • @yesterkester6407
    @yesterkester6407 10 หลายเดือนก่อน +2

    Thanks man! These extentions really helped me a lot, thanks for the cool suggestions.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Happy to help bro!

  • @youtubey-gz7yg
    @youtubey-gz7yg 10 หลายเดือนก่อน +1

    Good job, this is going to be a great channel in the future ❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you!

  • @user-zn1db9fe5w
    @user-zn1db9fe5w 2 หลายเดือนก่อน

    Great extension tutorial

  • @RapLyricalVideos
    @RapLyricalVideos 10 หลายเดือนก่อน +1

    Nice video bro, keep it up ❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Thank you bro!

    • @RapLyricalVideos
      @RapLyricalVideos 10 หลายเดือนก่อน +1

      @@dev_ression Welcome bro ❤

  • @nextleveltech267
    @nextleveltech267 10 หลายเดือนก่อน +1

    Thank you ❤️🙏

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad it helped :)

  • @huxnwebdev
    @huxnwebdev 11 หลายเดือนก่อน +4

    I love all the extensions you mentioned, but I particularly enjoy Vibrancy Continued. It was also new to me, Thanks for sharing 🤝
    .
    .
    .
    High quality content as always 🥂

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน +1

      Thank you bro! It’s one of my favourites as well. It makes the whole environment so much cleaner 👍

  • @kingg1272
    @kingg1272 11 หลายเดือนก่อน +3

    Thank you! i hope you make more front end tutorials

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      I will!

  • @vasu-zadafiya
    @vasu-zadafiya 9 หลายเดือนก่อน +1

    Nice content really appreciate bro. Keep it up 👍🏻

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน +1

      Thank you bro!

  • @dorklol2969
    @dorklol2969 10 หลายเดือนก่อน +1

    great video, thanks for your suggestions!

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      No problem bro, thanks for watching!

  • @Darvis227
    @Darvis227 7 หลายเดือนก่อน +1

    Nice video bro thanks

    • @dev_ression
      @dev_ression  7 หลายเดือนก่อน

      Thanks for watching!

  • @abdelazeezmabrouk
    @abdelazeezmabrouk 9 หลายเดือนก่อน +1

    Drawio & polacode is a game changer for me 💕💕💕💕💕 Thank you 😘😘😘

  • @approximatelybored
    @approximatelybored 5 หลายเดือนก่อน +1

    Tabnine over Codeium? Are you sure about that?

  • @saudhumayun
    @saudhumayun 4 หลายเดือนก่อน +1

    Ur vs code theme looks awesome, what's its name ?

  • @AmaanABGamer
    @AmaanABGamer 9 หลายเดือนก่อน +1

    You saved my time ⌚ 😂❤cool 😎 🔥

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน

      Happy to help!

  • @radskowak
    @radskowak 10 หลายเดือนก่อน +1

    Thumbs up for the 1st tip❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you for watching!

  • @peika8324
    @peika8324 10 หลายเดือนก่อน +1

    Man I love coding extensions, is like playing games with mods. It made coding so much fun and enjoyable

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      I agree! So much potential 👍

    • @oblivikun
      @oblivikun 10 หลายเดือนก่อน

      try emacs bro, it has unlimited extension capability, isnt an electron app and is actually fast. isnt stupid like vim and has a web browser, email client, two irc clients, and aton of keybinds. it also has a stupidly large package(or extension) database called the melpa that comes with everything

  • @clintonkami-sama3575
    @clintonkami-sama3575 9 หลายเดือนก่อน +1

    Loved these! Unfortunately vibrancy isn't supported on Linux systems and that's a bummer but everything else was excellent. Subscribed!

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน +1

      It’s ok, Vibrancy is buggy af. Wouldn’t recommend anymore

    • @clintonkami-sama3575
      @clintonkami-sama3575 9 หลายเดือนก่อน +1

      @@dev_ression Thanks for that! I found an extension called glassit-vsc and it works fine. btw, i love your theme. Do you mind telling me what theme it is?

    • @dev_ression
      @dev_ression  9 หลายเดือนก่อน +1

      @@clintonkami-sama3575 awesome! I’ll check it out. The theme I use is called Palenight

  • @duyluanontheflow
    @duyluanontheflow 7 หลายเดือนก่อน +1

    Nice contents👍

    • @dev_ression
      @dev_ression  7 หลายเดือนก่อน +1

      Thank you!

  • @AndreGreeff
    @AndreGreeff 10 หลายเดือนก่อน +1

    small addendum to your list of extensions, which would slot in quite nicely at 24:14 after the Prettier extension.... especially if you use "format on save".
    "Formatting Toggle" by "tombonnike", which add a convenient button at the bottom right edge of the VSCode bottom status bar that will explicitly toggle the "format on save", "format on paste", and "format on type" settings.
    disclaimer: I'm not affiliated with that plugin in any way, but I do work with someone who swears that "code auto formatters are evil" and refuses point-blank to use any of them. so in the interest of smoothing collaboration, I simply don't auto format any code that we both work on.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      That’s a game changer! I’ll 100% be using that too!

  • @kraei9799
    @kraei9799 4 หลายเดือนก่อน

    Bro how doy make your videos these are sick!

  • @mariaali9935
    @mariaali9935 10 หลายเดือนก่อน +2

    Very helpful 👌
    Thanks for making such a good content

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you for watching :)

  • @MwishaLudack
    @MwishaLudack 10 หลายเดือนก่อน +1

    Very good!

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you bro

  • @RNClust-oj1ll
    @RNClust-oj1ll 5 หลายเดือนก่อน

    Thanks man!

  • @bhargavkumar
    @bhargavkumar 10 หลายเดือนก่อน +1

    Which screen recorder do you use to record these amazing tutorials in high quality. I really like your videos. ❤❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Thank you bro! I use QuickTime on Mac OS :)

  • @nyitigvilaga
    @nyitigvilaga 10 หลายเดือนก่อน +1

    Thank you!

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad this helped :)

  • @cyningli8139
    @cyningli8139 10 หลายเดือนก่อน +1

    Thank you for sharing. It helps me a lot.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad it helped!

  • @codewithved
    @codewithved 10 หลายเดือนก่อน +1

    Amazing video

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Thank you bro!

  • @TheRapidram
    @TheRapidram 7 หลายเดือนก่อน +1

    Thanks for sharing

    • @dev_ression
      @dev_ression  7 หลายเดือนก่อน

      Thanks for watching

  • @mrsra1.x561
    @mrsra1.x561 10 หลายเดือนก่อน +1

    great work

  • @JasonHuebel
    @JasonHuebel 5 หลายเดือนก่อน +1

    Lots of great extensions. I added several to my standard set. That said, I chose "TODO Tree" instead of "TODO Highlight" because it seems a bit more flexible. The only one I would argue isn't a great choice is "Vibrancy Continued". It makes code viewing harder on the eyes.

  • @MDAFTABALAM-m7n
    @MDAFTABALAM-m7n 5 หลายเดือนก่อน

    Broooo the thumbnail❤

  • @funckysom7817
    @funckysom7817 10 หลายเดือนก่อน +1

    Thank you so much

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad I could help :)

  • @KaikeishiTürk
    @KaikeishiTürk 4 หลายเดือนก่อน +1

    Hi Which theme do you use?
    Size and other config?

    • @dev_ression
      @dev_ression  4 หลายเดือนก่อน

      @@KaikeishiTürk Palenight

    • @KaikeishiTürk
      @KaikeishiTürk 4 หลายเดือนก่อน

      @@dev_ression thank you. Config? Size?

  • @Liveafghan79
    @Liveafghan79 10 หลายเดือนก่อน +1

    Nice video❤

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      thank you bro!

  • @Teymuur
    @Teymuur 11 หลายเดือนก่อน +4

    Even tho i knew most of these extensions tabnine was so useful u was looking for a free copilot alternative. Thank you!

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Glad I could help bro! That was the same as me. I didn’t want to pay for GitHub copilot so Tabnine was a life saver!

    • @_craftmenia_
      @_craftmenia_ 10 หลายเดือนก่อน

      @@dev_ression try cursor ide once

    • @aliyassin5631
      @aliyassin5631 10 หลายเดือนก่อน

      @@dev_ressiongithub copilot is free for students tho

  • @LuckyPatel
    @LuckyPatel 10 หลายเดือนก่อน +1

    i like 4 extentions , others i dont need but thanks

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Happy to help!

  • @albyx
    @albyx หลายเดือนก่อน

    Really enjoyed this video but could you please make an update video? It seems that Tabnine now offers multiple tiers, and they have an extension that is a 'hub'? And there also seems to be a tool that installs multiple extensions, including tabnine/coderunner/live server.
    Apologies in advance!

  • @NotGeraltofRivia
    @NotGeraltofRivia 7 หลายเดือนก่อน +1

    Thank you so much good Sir!

    • @dev_ression
      @dev_ression  7 หลายเดือนก่อน +1

      No problem Geralt of Rivia 🙏

  • @Virxgynity
    @Virxgynity 7 หลายเดือนก่อน

    Yo great vid. Just a question, what theme do you got???????

  • @rounak7178
    @rounak7178 11 หลายเดือนก่อน +1

    loved it.

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน

      Cheers for watching bro!

  • @baaghimichaelcreation7653
    @baaghimichaelcreation7653 11 หลายเดือนก่อน +1

    Thanks buddy ❤

    • @dev_ression
      @dev_ression  11 หลายเดือนก่อน +1

      just trying to do my part in the community :)

    • @baaghimichaelcreation7653
      @baaghimichaelcreation7653 11 หลายเดือนก่อน

      @@dev_ression hey bro.......
      I'm learning C++ so tell me some useful extensions and themes.
      Actually I'm theme lover...

  • @emcolaboracaocom2181
    @emcolaboracaocom2181 10 หลายเดือนก่อน +2

    I did all the steps to install the Vibrancy Continued but my vs code got a ghost effect after everything I do i.e. open/close a menu. How do i fix it? I already unistalled the extension.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Reinstall vs code and don’t use vibrancy. Since I made the video there have been issues with the extension

  • @getcass
    @getcass 10 หลายเดือนก่อน +1

    Ideal, didnt know there was a drawio extension.. cheers!

  • @MohammadFaramarzi-f2c
    @MohammadFaramarzi-f2c 5 หลายเดือนก่อน

    thank you alot . what is your theme name?

    • @niloys7
      @niloys7 5 หลายเดือนก่อน

      i need the font name 😅

  • @infamouscuber1418
    @infamouscuber1418 6 หลายเดือนก่อน +2

    TY a lot 😃

    • @dev_ression
      @dev_ression  6 หลายเดือนก่อน +1

      Thank you for watching!

  • @Meda2dAsada
    @Meda2dAsada 10 หลายเดือนก่อน +1

    Amazing!!!

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Glad it helped you :)

  • @AbusaidAbduqodirov-ee8gq
    @AbusaidAbduqodirov-ee8gq 6 หลายเดือนก่อน

    thank you🎉🎉

  • @myfertriedcoding
    @myfertriedcoding 10 หลายเดือนก่อน +1

    what theme do you use?? i LOVE it

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      Palenight :)

  • @TheGiraffe
    @TheGiraffe 10 หลายเดือนก่อน +1

    What's the difference between Github Co-pilot and Tabnine?

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Tabnine is free

  • @nithinrajchittath7820
    @nithinrajchittath7820 6 หลายเดือนก่อน +1

    live server or live preview? which is best?
    tabnine or codeium? again which is better

    • @dev_ression
      @dev_ression  6 หลายเดือนก่อน

      Either or

    • @anshik.k.t
      @anshik.k.t 6 หลายเดือนก่อน

      Live server is not so live in my case, I've to refresh the page multiple times? In frameworks like django I understand but even simple html css files doesn't reflect real time change. What could be wrong?

  • @Iuigi_t
    @Iuigi_t 10 หลายเดือนก่อน +7

    I use Vim Dark, as it is an AYU like theme.

    • @mecrayavcin
      @mecrayavcin 6 หลายเดือนก่อน

      I use Avu too. Ayu Mirage Bordered is my favourite.

  • @Saurabhsingh0k
    @Saurabhsingh0k 10 หลายเดือนก่อน +2

    What is name of the Theme that has been used in this video.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน +1

      Palenight

    • @Saurabhsingh0k
      @Saurabhsingh0k 10 หลายเดือนก่อน

      Thank you sir

  • @szirsp
    @szirsp 9 หลายเดือนก่อน

    19:55 I wold highly recommend not exporting code as png. Maybe svg could be fine, but that's an overkill too.
    Just copy-paste your code into a word document. Faster, no need to install extension... (Make sure that in Word pasting from other programs is set to keep source formatting in advanced options, which is the default. But it works in LibreOffice too.)
    Styling your code snippets is not a productivity improvement... it's a marketing tactic. Productivity improvement is when other people can also copy-paste and use your code!

  • @n-i-n-o
    @n-i-n-o 10 หลายเดือนก่อน

    Wallpaper Link please? :) Thanks for your video.

  • @Henry-q5g1e
    @Henry-q5g1e 10 หลายเดือนก่อน +1

    as a professional with degrees and several years in the field I would recommend everyone to use as little extra as possible. some are cool but you dont really need much, get familiar with regex so you can do advanced sed commands - oh and of course (even sad that this point has to be made) learn unix commands.

    • @dev_ression
      @dev_ression  10 หลายเดือนก่อน

      thank you for sharing your experience :)

    • @lukemarshall1892
      @lukemarshall1892 10 หลายเดือนก่อน +1

      I'm in school right now and it's super frustrating working with people who use extensions for everything because as soon as you go slightly outside the bounds of what they can do you all the sudden have a teammate who's more of a liability, needing to be taught how to open their terminal, than any sort of an asset.

  • @sureshpanchanathan
    @sureshpanchanathan 3 หลายเดือนก่อน

    @dev_ression,
    Is there any extension that can shows what a particular built-in keyword can be used for? For example, break "stop the execution and continue with next statement outside while or for loops. If used inside a nested block"
    Liekwise the terminal >output, can it be customized to display different colors, for example if its a array output then [ 5, 10, 15 ] color is say blue, string output then green etc?

  • @_simplejack
    @_simplejack 8 หลายเดือนก่อน +1

    yew thanks legend!

  • @ShadowTodem
    @ShadowTodem 4 วันที่ผ่านมา

    Very nice

  • @iAmNotKev
    @iAmNotKev 3 หลายเดือนก่อน

    23:41 How did you create the '.json' file?

  • @hungtinvo264
    @hungtinvo264 7 หลายเดือนก่อน +1

    May I ask for what theme he's using in the video ?

    • @dev_ression
      @dev_ression  7 หลายเดือนก่อน

      Palenight