12 VS Code Extensions to INCREASE Productivity 2024

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 622

  • @dev_ression
    @dev_ression  11 месяцев назад +208

    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 месяцев назад +33

      @@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 11 месяцев назад +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 11 месяцев назад +1718

    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 11 месяцев назад +38

      You're a life saver

    • @K.Huynh.
      @K.Huynh. 11 месяцев назад +3

      Thank you so much !

    • @minemaxblade
      @minemaxblade 11 месяцев назад

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

    • @rifatibntaher-rt6cx
      @rifatibntaher-rt6cx 11 месяцев назад +12

      thanks for saving my 20minutes.

    • @KrishnaPrasad-oc1ez
      @KrishnaPrasad-oc1ez 11 месяцев назад +2

      Tabnine is no more free

  • @gabegonzalez764
    @gabegonzalez764 10 месяцев назад +27

    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 месяцев назад +335

    A computer that has the ability to turn on 😂

  • @onhazrat
    @onhazrat 11 месяцев назад +77

    🎯 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

  • @marktherobloxguy
    @marktherobloxguy 11 месяцев назад +114

    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 месяцев назад +16

      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 6 месяцев назад +1

      @@dev_ression and you still did not add them though

  • @erict5750
    @erict5750 10 месяцев назад +8

    Todo Tree is a nice addition to todo highlight.

    • @dev_ression
      @dev_ression  10 месяцев назад +1

      Thanks for suggesting. I’ll check it out!

  • @overcolck777
    @overcolck777 6 месяцев назад +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.

  • @kshitijvyas7567
    @kshitijvyas7567 18 дней назад

    Awesome video.... Every time I reinstall vs code, this is the video watch to add all of these extensions... Keep up...

    • @dev_ression
      @dev_ression  21 час назад

      I'll make an updated video soon :)

  • @TeemoPwnstar
    @TeemoPwnstar 8 месяцев назад +11

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

    • @gabe3lynch
      @gabe3lynch 8 месяцев назад +2

      Check the pinned comment! Vibrancy contains bugs!

    • @xxpsyxx2159
      @xxpsyxx2159 3 месяца назад

      @@gabe3lynch yeah I cant min/max my window

  • @aaronjenkins223
    @aaronjenkins223 7 месяцев назад +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.

  • @nikkonnii
    @nikkonnii 3 дня назад +1

    I'm glad i see this video. thanks!

  • @JaneDoe-od4ep
    @JaneDoe-od4ep 3 месяца назад +1

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

  • @areebnadir5778
    @areebnadir5778 11 месяцев назад +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 11 месяцев назад

      What’s AI Nane?

    • @areebnadir5778
      @areebnadir5778 11 месяцев назад

      @@premium-ware Merlin Ai Chrome Extension

  • @cucciolo182
    @cucciolo182 Месяц назад

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

  • @ANJAMUDDINAHMADIBADAKHSHI
    @ANJAMUDDINAHMADIBADAKHSHI 3 месяца назад

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

  • @MukhammadkodirAbdusalomov
    @MukhammadkodirAbdusalomov 11 месяцев назад +2

    Useful, Great Video for developers

    • @dev_ression
      @dev_ression  11 месяцев назад

      Glad I can help bro :)

  • @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 👍

  • @sathvikchowdaryveerapaneni1290
    @sathvikchowdaryveerapaneni1290 11 месяцев назад +20

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

    • @dev_ression
      @dev_ression  11 месяцев назад +1

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

  • @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!

  • @SavageGTI
    @SavageGTI 3 месяца назад

    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

  • @keebroll3388
    @keebroll3388 11 месяцев назад +9

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

    • @dev_ression
      @dev_ression  11 месяцев назад

      Thank you! Happy to help :)

  • @aaravgargofficial
    @aaravgargofficial 10 месяцев назад +1

    Amazing Bro! Keep it Up!

  • @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)

  • @Nick-7901
    @Nick-7901 8 месяцев назад +2

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

  •  6 месяцев назад

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

  • @klynthomas2390
    @klynthomas2390 7 месяцев назад

    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.

  • @soroushdianaty7915
    @soroushdianaty7915 10 месяцев назад +1

    very informative video thanks dude

  • @user_4515xqya
    @user_4515xqya 11 месяцев назад +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  11 месяцев назад +1

      Glad this helped you bro :) thanks for watching

  • @littleslime101
    @littleslime101 11 месяцев назад +1

    Thank you very much for so many useful extensions!

    • @dev_ression
      @dev_ression  11 месяцев назад

      Im glad this video helped :)

  • @MolecularDev
    @MolecularDev 11 месяцев назад +1

    I'm glad that I ran to this video

    • @dev_ression
      @dev_ression  11 месяцев назад

      And I’m glad I could help :)

  • @dhruvshinde9779
    @dhruvshinde9779 6 дней назад +2

    recently I faced an issue; the last extension Vibrancy Continued doesn't work on Mac.
    I'm currently trying on MacBook Pro M4 pro.

    • @dev_ression
      @dev_ression  21 час назад +1

      Correct. Don't use vibrancy, it hasn't been maintained by the developer in a while

  • @MuhammedOğuz-v2q
    @MuhammedOğuz-v2q 10 месяцев назад +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  10 месяцев назад +1

      MacBook Pro 14 inch. Highly recommend. Not the air

  • @ДмитрийКондратенко-б5ь

    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.

  • @iot_enthusiast
    @iot_enthusiast 5 месяцев назад

    Extremely useful extensions - thank you so much!

  • @RVideoR
    @RVideoR 6 месяцев назад

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

  • @phenoumene
    @phenoumene 2 месяца назад

    i've chosen Bearded Icons
    thanks for your advices ✌

  • @RapLyricalVideos
    @RapLyricalVideos 11 месяцев назад +1

    Nice video bro, keep it up ❤

  • @BadWithie
    @BadWithie 11 месяцев назад +6

    Thanks! Watched all the way till the end.

  • @rockcaesarpaper291
    @rockcaesarpaper291 11 месяцев назад +9

    This video was really helpful. Great job.

    • @dev_ression
      @dev_ression  11 месяцев назад

      Glad I could help bro!

  • @harshalingle9645
    @harshalingle9645 2 месяца назад

    best video on extension ever

  • @JasonHuebel
    @JasonHuebel 6 месяцев назад +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.

  • @bhargavkumar
    @bhargavkumar 11 месяцев назад +1

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

    • @dev_ression
      @dev_ression  11 месяцев назад

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

  • @HusamJamal
    @HusamJamal 5 месяцев назад

    Very useful video. Thanks!

  • @peika8324
    @peika8324 11 месяцев назад +1

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

    • @dev_ression
      @dev_ression  11 месяцев назад

      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

  • @nextleveltech267
    @nextleveltech267 11 месяцев назад +1

    Thank you ❤️🙏

  • @youtubey-gz7yg
    @youtubey-gz7yg 10 месяцев назад +1

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

  • @clintonkami-sama3575
    @clintonkami-sama3575 10 месяцев назад +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  10 месяцев назад +1

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

    • @clintonkami-sama3575
      @clintonkami-sama3575 10 месяцев назад +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  10 месяцев назад +1

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

  • @duyluanontheflow
    @duyluanontheflow 8 месяцев назад +1

    Nice contents👍

  • @Iuigi_t
    @Iuigi_t 11 месяцев назад +7

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

    • @mecrayavcin
      @mecrayavcin 7 месяцев назад

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

  • @user-zn1db9fe5w
    @user-zn1db9fe5w 2 месяца назад

    Great extension tutorial

  • @yesterkester6407
    @yesterkester6407 11 месяцев назад +2

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

  • @saudhumayun
    @saudhumayun 5 месяцев назад +1

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

  • @vasu-zadafiya
    @vasu-zadafiya 10 месяцев назад +1

    Nice content really appreciate bro. Keep it up 👍🏻

  • @kraei9799
    @kraei9799 5 месяцев назад

    Bro how doy make your videos these are sick!

  • @sybrix2755
    @sybrix2755 2 месяца назад

    Watch the entire video, deserve my subscribe.

  • @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!

  • @LuckyPatel
    @LuckyPatel 11 месяцев назад +1

    i like 4 extentions , others i dont need but thanks

  • @MwishaLudack
    @MwishaLudack 11 месяцев назад +1

    Very good!

  • @albyx
    @albyx 2 месяца назад

    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!

  • @sureshpanchanathan
    @sureshpanchanathan 4 месяца назад

    @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?

  • @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_ 11 месяцев назад

      @@dev_ression try cursor ide once

    • @aliyassin5631
      @aliyassin5631 10 месяцев назад

      @@dev_ressiongithub copilot is free for students tho

  • @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.

  • @KaikeishiTürk
    @KaikeishiTürk 5 месяцев назад +1

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

    • @dev_ression
      @dev_ression  5 месяцев назад

      @@KaikeishiTürk Palenight

    • @KaikeishiTürk
      @KaikeishiTürk 5 месяцев назад

      @@dev_ression thank you. Config? Size?

  • @abdelazeezmabrouk
    @abdelazeezmabrouk 10 месяцев назад +1

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

  • @kingg1272
    @kingg1272 11 месяцев назад +3

    Thank you! i hope you make more front end tutorials

  • @nyitigvilaga
    @nyitigvilaga 11 месяцев назад +1

    Thank you!

  • @infamouscuber1418
    @infamouscuber1418 7 месяцев назад +2

    TY a lot 😃

    • @dev_ression
      @dev_ression  7 месяцев назад +1

      Thank you for watching!

  • @Liveafghan79
    @Liveafghan79 10 месяцев назад +1

    Nice video❤

  • @Darvis227
    @Darvis227 8 месяцев назад +1

    Nice video bro thanks

  • @mrsra1.x561
    @mrsra1.x561 11 месяцев назад +1

    great work

  • @codewithved
    @codewithved 11 месяцев назад +1

    Amazing video

  • @TheRapidram
    @TheRapidram 8 месяцев назад +1

    Thanks for sharing

  • @AmaanABGamer
    @AmaanABGamer 10 месяцев назад +1

    You saved my time ⌚ 😂❤cool 😎 🔥

  • @funckysom7817
    @funckysom7817 11 месяцев назад +1

    Thank you so much

  • @Virxgynity
    @Virxgynity 8 месяцев назад

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

  • @dorklol2969
    @dorklol2969 11 месяцев назад +1

    great video, thanks for your suggestions!

    • @dev_ression
      @dev_ression  11 месяцев назад

      No problem bro, thanks for watching!

  • @RNClust-oj1ll
    @RNClust-oj1ll 6 месяцев назад

    Thanks man!

  • @ShadowTodem
    @ShadowTodem 25 дней назад

    Very nice

  • @BeardedCobra
    @BeardedCobra 5 месяцев назад

    should I be using tabnine as a beginner?

    • @kcoovi
      @kcoovi 4 месяца назад

      Short answer: No. Master programming and how to code manually first. You won't learnt with Tabnine

  • @MDAFTABALAM-m7n
    @MDAFTABALAM-m7n 6 месяцев назад

    Broooo the thumbnail❤

  • @himanshuatri3232
    @himanshuatri3232 10 месяцев назад +1

    i wish i read you comment before installing vibrancy extension. it gave me nightmare especially because i wasn't aware it was the one causing problem. any alternative of vibrancy? i really liked that glass look of vibrancy.

    • @dev_ression
      @dev_ression  10 месяцев назад

      It’s a shame because I really like the glass look too. Unfortunately I haven’t been able to find anything else that looks as good yet.

    • @himanshuatri3232
      @himanshuatri3232 10 месяцев назад

      @@dev_ression I found one called glassit but it's actually more transparent than a glass look. if somehow we could reduce its transparency then it might work

    • @himanshuatri3232
      @himanshuatri3232 10 месяцев назад

      @@dev_ression Well I found a way. you can use the glassit extension. it also works similarly. Although it might look very transparent you can use this shortcut ctrl+alt+c to reduce transparency. press it multiple times to reduce more and if you want to increase the transparency use ctrl+alt+z.

  • @mariaali9935
    @mariaali9935 11 месяцев назад +2

    Very helpful 👌
    Thanks for making such a good content

    • @dev_ression
      @dev_ression  11 месяцев назад

      Thank you for watching :)

  • @MohammadFaramarzi-f2c
    @MohammadFaramarzi-f2c 6 месяцев назад

    thank you alot . what is your theme name?

    • @niloys7
      @niloys7 6 месяцев назад

      i need the font name 😅

  • @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...

  • @myfertriedcoding
    @myfertriedcoding 11 месяцев назад +1

    what theme do you use?? i LOVE it

  • @AndreGreeff
    @AndreGreeff 11 месяцев назад +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  11 месяцев назад +1

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

  • @RiddleMaster-wi9yw
    @RiddleMaster-wi9yw 11 месяцев назад +1

    Best macbook for coding?

    • @dev_ression
      @dev_ression  11 месяцев назад

      That’s a tricky question. Depends on what type of programming you’re doing. I personally use the 14 inch MacBook Pro

    • @RiddleMaster-wi9yw
      @RiddleMaster-wi9yw 11 месяцев назад

      @@dev_ression What about data analysis?

    • @dev_ression
      @dev_ression  11 месяцев назад

      @@RiddleMaster-wi9yw you can’t go wrong with a MacBook that has at last 16gb of ram, and an M1 or M2 chip

    • @RiddleMaster-wi9yw
      @RiddleMaster-wi9yw 11 месяцев назад

      @@dev_ression Ok thanks

  • @approximatelybored
    @approximatelybored 6 месяцев назад +1

    Tabnine over Codeium? Are you sure about that?

  • @rounak7178
    @rounak7178 11 месяцев назад +1

    loved it.

    • @dev_ression
      @dev_ression  11 месяцев назад

      Cheers for watching bro!

  • @NotGeraltofRivia
    @NotGeraltofRivia 8 месяцев назад +1

    Thank you so much good Sir!

    • @dev_ression
      @dev_ression  8 месяцев назад +1

      No problem Geralt of Rivia 🙏

  • @cyningli8139
    @cyningli8139 10 месяцев назад +1

    Thank you for sharing. It helps me a lot.

  • @Meda2dAsada
    @Meda2dAsada 11 месяцев назад +1

    Amazing!!!

    • @dev_ression
      @dev_ression  11 месяцев назад

      Glad it helped you :)

  • @w3spy5
    @w3spy5 9 месяцев назад +1

    Very good purpose, many thanks !
    Tabnine vs GH Copilot, what do you think ?

    • @dev_ression
      @dev_ression  9 месяцев назад

      Honestly both are fantastic. I can’t choose haha

  • @Clonex
    @Clonex 11 месяцев назад +1

    Which ai voice do you use that sound so real

  • @TheGiraffe
    @TheGiraffe 11 месяцев назад +1

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

  • @i.sahilnayeem
    @i.sahilnayeem 10 месяцев назад +1

    Bro can you please help me how can i install compiler for C and C++ in mac

    • @dev_ression
      @dev_ression  10 месяцев назад

      Search C++ compiler in VS Code extensions

  • @n-i-n-o
    @n-i-n-o 11 месяцев назад

    Wallpaper Link please? :) Thanks for your video.

  • @Astroven_Official
    @Astroven_Official 9 месяцев назад

    bro i found the vedio ,but diddnt get the proper one ,but now you are the one who gave me thw solution of error

  • @radskowak
    @radskowak 11 месяцев назад +1

    Thumbs up for the 1st tip❤

    • @dev_ression
      @dev_ression  11 месяцев назад

      Thank you for watching!