DEV Community

Cover image for Useful VS Code extensions for Web Dev..
Rajasekhar Guptha
Rajasekhar Guptha

Posted on

1

Useful VS Code extensions for Web Dev..

Tools

Color Highlight

  • styles css/web color codes in code.

Prettier Code Formatter

  • You can achieve Auto Format on Save

  • Suppports JavaScript , TypeScript , Flow , JSX , JSON*,CSS , SCSS , Less, HTML , Vue , Angular, GraphQL , Markdown , YAML

    • Install Prettier extension and enable Format on Save in VS Code settings.

Auto Rename Tag

  • Automatically rename paired HTML/XML tag as you change them

Html Css Support

  • Auto Completion of css ,scss classes , html attributes
    • Class attribute completion.
    • Id attribute completion.

CSS Peek

  • Ctrl+click on class names takes to class in CSS/SCSS/LESS files

IntelliSense for CSS class names in HTML

  • CSS class name completion for the HTML class attribute

HTML Preview

  • Previews html as you type

Live Server

  • Launch a local development server with live reload feature for static & dynamic pages.

UI plugins

Atom Theme

  • for those who love Atom Text Editor Theme like me

Material Theme

  • Cool looking theme

Material Icons

  • displays icons according to file extensions

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay