vscode-live-server
Launch a development local Server with live reload feature for static & dynamic pages. (by ritwickdey)
Vim
:star: Vim for Visual Studio Code (by VSCodeVim)
vscode-live-server | Vim | |
---|---|---|
16 | 59 | |
6,254 | 14,583 | |
1.5% | 0.8% | |
0.0 | 9.5 | |
10 months ago | 6 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
vscode-live-server
Posts with mentions or reviews of vscode-live-server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-24.
-
Must Have VsCode extensions for Web-developers
Github: livereload Vscode Marketplace: livereload marketplace
-
Building Progressive Web Apps (PWAs): Unleashing the Power of Native-Like Experiences
Web Dev Server (built-in with modern browsers)
-
Facing problem, two selection panels are show, i am making a website which would allow people to create quick short videos and here is where i reached. i am a beginner.
I think your using the VSCode Live Server plugin. I would not use the Live Server plugin to run your app. The plugin does some magic to inject additional HTML into displayed page. Having SVG icons breaks it (not sure if you are using svg icons). I would run a basic app through a Python server by creating pyServer.py file:
- Is there any editor with a page preview that's inside just like the one on Scrimba? It makes it so easy not having to use a monitor for an editor, one for the figma design and one for the actual website.
-
IndexedDB on steroids using Dexie.js
Now open the html file using an HTTP server of your choice. I'm using the Live Server VS Code extension. You will see something like this.
-
405 method not allowed error
More than likely.
-
How do i solve the cors error?
This seems like a common issue with the vs code live server extension. You may want to switch to using npm live-server or try setting a proxy: https://github.com/ritwickdey/vscode-live-server/blob/master/docs/settings.md
-
made a mistake with my workflow. Should I be worried?
I was using the VS code live server extension from here https://github.com/ritwickdey/vscode-live-server which exposes port 5500 on my localhost by default.
-
Can't figure out how to use adapter-static in sveltekit
You need to use a server that establishes a root directory to /build (not fall back to the root of C:). I tried to get LiveServer (VS Code Extension) to function but it too needs the server root set to /build. Just found this which should solve that problem.
-
Let's build the Mario Project!
After downloading it, I will also recommend downloading an extension called Live Server in VsCode and it will help you to create a local server and view the changes made to the website without refreshing it each time & is super useful, Trust me!
Vim
Posts with mentions or reviews of Vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-26.
- Vim for Visual Studio Code
- Writing a tiny undo/redo stack in JavaScript
-
VIM is gem!!
Official site of VIM VIM git repo Here you can download Or refer some YouTube videos
-
What Is Vim?
It’s not about stack versus tree; it’s about the granularity of changes and what causes actions to be pushed to the undo stack (where there’s a pretty fundamental difference between modal and non-modal editors), and the fact that I suppose VS Code just doesn’t let extensions directly manipulate the undo stack in the way required.
Look through https://github.com/VSCodeVim/Vim/issues?q=undo, there’s a lot. VSCodeVim tries to make it behave more like Vim, and because it’s independent of the native undo stack, it’s frequently a miserable experience. Pretty sure I disabled it, when I tried using VS Code for a short while and with Vim mode.
-
VSCode + Vim extension: tweaks and QoL improvements to take your DX to the next level!
I've been using the Vim extension for VSCode for a couple years now and I've collected dozens of tips that I'd like to share here.
- Why not just embed Neovim?
- The IDEs we had 30 years ago and we lost
- The Loneliness of the Mid-Level Vimmer
-
Multiple Notepad++ Flaws Let Attackers Execute Arbitrary Code
I find the Vim extension for VS Code has macro support that is good enough for most of my use cases (if you’re a fan of Vim key bindings - obviously).
https://github.com/VSCodeVim/Vim/blob/master/ROADMAP.md#repe...
-
VSCode with Neovim?
that's why I just use https://github.com/VSCodeVim/Vim if I have to use VSCode
What are some alternatives?
When comparing vscode-live-server and Vim you can also consider the following projects:
vscode-vite - One step faster for Vite in VS Code ⚡️
vscode-neovim - Vim mode for VSCode, powered by Neovim
vscode-restclient - REST Client Extension for Visual Studio Code
vimrc - The ultimate Vim configuration (vimrc)
vscode-code-runner - Code Runner for Visual Studio Code
vundle - Vundle, the plug-in manager for Vim