Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggnstone/dartformatjetbrainsplugin
https://github.com/eggnstone/dartformatjetbrainsplugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggnstone/dartformatjetbrainsplugin
- Owner: eggnstone
- Created: 2023-02-04T08:48:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T07:07:37.000Z (about 2 months ago)
- Last Synced: 2024-11-09T08:18:11.821Z (about 2 months ago)
- Language: Kotlin
- Size: 2.54 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DartFormat
## Plugin for JetBrains (Android Studio, IntelliJ IDEA, ...)
[![Build](https://github.com/eggnstone/DartFormatJetBrainsPlugin/actions/workflows/gradle.yaml/badge.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/actions)
[![GitHub Issues](https://img.shields.io/github/issues/eggnstone/DartFormatJetBrainsPlugin.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/issues)
[![GitHub Stars](https://img.shields.io/github/stars/eggnstone/DartFormatJetBrainsPlugin.svg)](https://github.com/eggnstone/DartFormatJetBrainsPlugin/stargazers)**A formatter for Dart.**
Like dartfmt.
But better ;)
Because it's configurable.To format the current file / the currently selected folders and files, press the following:
Under Windows: `Ctrl`+`Alt`+`,`
Under macOS: `Command`+`Alt`+`,`**Download the plugin from JetBrains marketplace:**
https://plugins.jetbrains.com/plugin/21003-dartformat
Source code: https://github.com/eggnstone/DartFormatJetbrainsPlugin**Also available for Visual Studio Code:**
https://marketplace.visualstudio.com/items?itemName=eggnstone.DartFormat
Source code: https://github.com/eggnstone/DartFormatVSCodePlugin**External dart_format package:**
https://pub.dev/packages/dart_format
Source code: https://github.com/eggnstone/dart_format