Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggnstone/dartformatvscodeplugin
https://github.com/eggnstone/dartformatvscodeplugin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggnstone/dartformatvscodeplugin
- Owner: eggnstone
- License: bsd-3-clause
- Created: 2024-03-02T04:51:57.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:46:27.000Z (4 months ago)
- Last Synced: 2024-09-16T20:18:38.483Z (4 months ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DartFormat
**A formatter for Dart.**
Like dartfmt.
But better ;)
Because it's configurable.Press `Ctrl`+`Alt`+`,` to format your code.
**Please note!**
You have to install the [dart_format](https://pub.dev/packages/dart_format) package on [pub.dev](https://pub.dev) package to use this extension!
Basically just call this from the command line:
`dart pub global activate dart_format`**Beta version!**
Formatting the currently selected file already works.
Formatting multiple files comes soon.**This extension:**
Source code: DartFormatVSCodePlugin on GitHub
Problems and feature requests: GitHub Issues for DartFormatVSCodePlugin**External dart_format package:**
Source code: dart_format on GitHub
Problems and feature requests: GitHub Issues for dart_format**Also available as a plugin for JetBrains (Android Studio, IntelliJ IDEA, ...)**
[DartFormat plugin at the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/21003-dartformat)