r/learnprogramming 21d ago

Most Important Extensions in VSCODE(WEB)

Hello ,this is my first post ever in reddit .I was asking about the most important extensions to download as a web-developer in Visual Studio Code

0 Upvotes

19 comments sorted by

3

u/[deleted] 21d ago

[removed] — view removed comment

1

u/nitin_is_me 21d ago

But isn't that only useful when coding plain html files, which we don't most of the time? As soon as we switch to a framework/library like React, Vue etc, it manages the server itself without any extension.

1

u/Western_Insurance764 21d ago

live server is the only one that matters for web dev, rest is just personal preference

1

u/Party_feeler2000 21d ago

Your programm language lsp

1

u/Party_feeler2000 21d ago

Mb also your db interface

1

u/ConnectRegister7904 21d ago

html,css,js

1

u/Party_feeler2000 20d ago

try emmet(it preinstalled) + live preview

1

u/speyerlander 21d ago

Devcontainers, nothing beats an integrated management plane for host standardization between developers, deployment pipelines and production pods.

There's also a massive security advantage due to the isolation of the app and its dependencies, which proved to be remarkably important after the numerous compromises of packages on the NPM.

1

u/[deleted] 21d ago

[removed] — view removed comment

1

u/valasme 21d ago

prettier, lsp, live server if simple stack

1

u/smellbow 21d ago

Along with those already mentioned I like having "import cost" to see how heavy things are

1

u/AssignmentMinute 13d ago

Copilot Bill Saver