Dart-Code
vscode-restclient
Dart-Code | vscode-restclient | |
---|---|---|
14 | 15 | |
1,491 | 5,250 | |
1.0% | - | |
9.6 | 6.7 | |
6 days ago | 11 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.
Dart-Code
-
Something is wrong in Dart analyzer for VSCode in v3.62.0
If it is related to the Dart/Flutter plugin, you should file a bug for that project and not for Dart or Flutter.
-
Help me make VSCode telemetry clearer and require consent by upvoting this issue
You say that only thing I did was open an issue and take the credit. I take that feedback constructively, but one tiny contribution I did though is make the Dart extension use the new API.
-
why vscode slow, even when my specs are decent?
I can't help with the first few, but if you're seeing slow performance writing Dart/Flutter, please file an issue at https://github.com/Dart-Code/Dart-Code/issues.
-
VScode Extension Error - URI was not an absolute file path (missing drive letter)
It would probably be better if you file an issue here: https://github.com/Dart-Code/Dart-Code/issues
-
Is there a VSCode extension that turns on closing labels for Dart/Flutter on items with curly braces based on the number of lines within them (functions, loops, switches, classes, etc.)?
You might want to look into Dart-Code how these closing labels are generated and then create another VSCode plugin to create your kind of code decoration. I had a 1min glance at the plugin source code and I think, this API is responsible to creating such decorations.
-
Creating a VSCode Extension IN Flutter, not for Flutter
The DevTools are a stand alone web application that are integrated into VSC using a VSC-specific webview component. This integration is written in TypeScript. See here.
-
Custom Formatting in VS Code
I'm not aware of any other formatters for Dart. There's an open issue about more flexible formatting at https://github.com/Dart-Code/Dart-Code/issues/914 but it's not something being actively worked on. If someone was to create their own formatter I've offered in that thread to provide some pointers for wrapping it up into a VS Code extension (the Dart extension already supports disabling its own formatter, although VS Code now allows you to more easily select a different formatter).
-
Need help with a simple extension
Also, there's already an official extension for Dart which is open source, have you thought about contributing this feature to that extension?
-
Announcing the Flutter 2.5 stable release
This fix: https://github.com/Dart-Code/Dart-Code/issues/3332
- Anyone else seeing dartfmt hanging VSCode lately?
vscode-restclient
-
Ask HN: Alternatives to Postman?
Same. I use https://github.com/Huachao/vscode-restclient
If you need a little more control or automation, it can also generate scripts for cURL or PowerShell (and others) directly from the request. Organization is on you, but I prefer that over a heavyweight and opinionated tool like Postman.
The .http files can also be used in Jetbrains Rider (probably their other suites as well)
- Bruno
- API completa em Golang - Parte 6
- VSCode REST Client
- Beyond OpenAPI
-
Hurl 4.0.0
For a team using VSCode you can try the vscode-restclient[1]
But really Hurl looks really interesting, being editor agnostic is the best solution for your problem, I agree.
[1] https://github.com/Huachao/vscode-restclient
- Lama2: Plain-Text Powered REST API Client for Teams
- Show HN: Restfox – A web based HTTP client inspired by Insomnia and Postman
- VS Code REST Client
-
Task runner client similar like Rest Client
Does somebody know a task runner extension similar to https://github.com/Huachao/vscode-restclient?
What are some alternatives?
vscode-live-server - Launch a development local Server with live reload feature for static & dynamic pages.
rest.nvim - A fast Neovim http client written in Lua
dart_style - An opinionated formatter/linter for Dart code
vscode-httpyac - Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
sdk - The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
dart-quicktype - Convert JSON to Dart model class. Implement from Quicktype.
vscode-project-manager - Project Manager Extension for Visual Studio Code
vscode-colorize - A vscode extension to help visualize css colors in files
vetur - Vue tooling for VS Code.
Vim - :star: Vim for Visual Studio Code
vscode-jest - The optimal flow for Jest based testing in VS Code