vscode-restclient
vetur
Our great sponsors
vscode-restclient | vetur | |
---|---|---|
9 | 7 | |
4,348 | 5,685 | |
- | 0.1% | |
3.5 | 7.9 | |
28 days ago | 21 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
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-restclient
- Lama2: Plain-Text Powered REST API Client for Teams
-
Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
I switched to "vscode-restclient" about a year ago and never looked back. It has variables, everything is saved as text, and I can commit it to source control for collaboration's sake.
-
An HTTP request parser with rust and pest.rs
I happened to have learned about parsing expression grammars a few days ago and got really excited about writing my own grammar. As I was missing this VS Code extension when working on neovim, an idea popped up: What if I write an HTTP grammar and an execute request from an interactive prompt?
-
Is there a language server for HTTP?
I've noticed that when creating HTTP requests using VSCode's REST plugin, it gives language-specific autosuggestions. Is there any way to get this behaviour in Neovim? For instance using the built-in LSP?
-
Using the REST Client in Visual Studio Code
The REST Client extension is a really useful tool to have at your disposal. In this article, I've really only scratched the surface of what it can do. It's well worth taking a few moments to look through the documentation in GitHub to find out what it's capable of.
-
Show HN: Portman – Test Automation Through OpenAPI and Postman Collections
I've started using Restclient, a VS Code plugin [1]. It allows me to easily add test scripts/requests to my normal GitHub workflow and share them with team mates.
vetur
-
VS Code - Auto rename HTML tags in React, Vue, Svelte, Nunjucks, and others
If you use the Vetur extension for Vue language features, you are out of luck. There is a long-standing request for adding this behaviour to Vetur.
-
Vue 3 and Vite with typescript and tooling
The first step is to enable the Volar extension and disable the Vetur extension. Volar is the new recommended extension to use with Vue 3 and typescript.
-
Has anyone tried "volar" in lsp-mode?
Volar is supposed to be the upcoming replacement for Vetur, the Vue.js lsp server. It looks like it's significantly better than Vetur; has anyone tried it in lsp-mode in emacs?
-
How to fix Vetur taking forever to save a file
There is a known bug in Vetur, the Vue VSCode extension, where it takes forever (sometimes several minutes!) to lint Vue files on save.
-
How to Load Vue Components on Non-SPA Sites
Now, we can create regular ol' Vue SFCs, or single file components. By creating the whole component in one file, we get the flexibility of thinking of our components as one functional unit made up of HTML, JavaScript, and CSS. We can also write components in TypeScript or SASS if we want to. We can also get syntax highlighting since SFCs end up being fundamentally HTML documents. And with VSCode plugins like (Vetur)[https://vuejs.github.io/vetur/], development in SFCs has a lot of benefits going for it.
-
Vue Tutorial Part II: Build a Frontend Quiz App
Vetur - Vue tooling for VS Code
What are some alternatives?
volar - ⚡ Explore high-performance tooling for Vue [Moved to: https://github.com/vuejs/language-tools]
rest.nvim - A fast Neovim http client written in Lua
lsp-volar - Language support for Vue3
vscode-httpyac - Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
vscode-live-server - Launch a development local Server with live reload feature for static & dynamic pages.
create-vue - 🛠️ The recommended way to start a Vite-powered Vue project
vscode-runonsave - Visual Studio Code extension to run commands whenever a file is saved.
vscode-project-manager - Project Manager Extension for Visual Studio Code
lint-staged - 🚫💩 — Run linters on git staged files
vscode-jest - The optimal flow for Jest based testing in VS Code
marp-vscode - Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
vscode-code-runner - Code Runner for Visual Studio Code