Best of DevToolsOctober 2020

  1. 1
    Article
    Avatar of hashnodeHashnode·6y

    5 Ways To Customize VS Code

    The beauty of Visual Studio Code is how easy it is to customize. I've spent tons of time learning how to optimize VS Code for me, so I wanted to share how you can do it too. Let's look at 5 different ways you can customize your VS Code. Themes are probably the first and easiest way to customize VS Code to look much nicer. Extensions add a lot more than just aesthetics.

  2. 2
    Article
    Avatar of devtoDEV·6y

    Chrome extensions you should have in your pocket.

    This week I was looking at the chrome extensions that I have used so far and have been helpful in my journey. I will also like to mix up both design and dev extensions that might be helpful to you. All the extensions I will list down are free and very useful. At times I can't believe how efficient they are yet you get them free. That's why I love open source contribution.

  3. 3
    Article
    Avatar of hashnodeHashnode·6y

    5 Useful VSCode Extensions You Don’t Know About

    I’ve been using VSCode for 4 years from its beta and installed over 50+ extensions. Here is the list of my 5 useful extensions you need to know about. Todo Tree is a simple extension that searches a workspace for comment tags like TODO and FIXME, and displays them in a tree view.

  4. 4
    Article
    Avatar of devtoDEV·6y

    My 12 Favorite Chrome Extensions as a Web Developer ⚡🚀

    PixelZoomer takes a screenshot of the current website and provides various tools for pixel analysis. Night Eye enables dark mode on any website using its proprietary algorithm, instead of inverting the colours like its competitors. The Great Suspender reduces Chrome's memory footprint. Momentum lets you replace new tab page with personal dashboard featuring to-do, weather, and inspiration.

  5. 5
    Article
    Avatar of hashnodeHashnode·6y

    6 Tools I use for Web Development

  6. 6
    Article
    Avatar of devtoDEV·6y

    VS Code Extensions to become a more productive Developer 🤓🤓🤓

    The Bracket Pair Colorizer 2 extension allows matching brackets to be identified with colors. The Toggle Quotes extension lets you switch from one type of quotes to another. Peacock lets you change the color of your VS Code workspace. Polacode lets you select the code, resize the resulting snippet and create a perfectly shareable screenshot.

  7. 7
    Article
    Avatar of hashnodeHashnode·6y

    Don't overcomplicate git 🙇‍♂️

    Using Visual Studio Code and the GitHub app, you can commit code without opening your terminal. You can write a commit message and even add a description to the commit. The commit message can then be pushed by clicking the commit button on the left of the application. The commits can be pushed multiple times at once.

  8. 8
    Article
    Avatar of devdojoDevDojo·6y

    8 Awesome VS Code Extensions for Laravel Developers

    Here is a list of my top 8 VS Code extensions for Laravel developers, which would help you be more productive. The Laravel blade snippets extension adds syntax highlight support to your VS Code editor. Laravel Artisan extension lets you run Laravel commands from within Visual Studio Code directly.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·6y

    VS Code Performance – How to Optimize Visual Studio Code and Choose the "Best" Extensions

  10. 10
    Article
    Avatar of quick_codeQuick Code·6y

    Useful extension for frontend developer

    Git lens lets you track all changes in file in a convenient way. Live share allows us to work literally together in one file. Prettier supports all formats for frontend developers. Material Icon Theme is good when you have a different icon for every situation and know what this file contains.