All Projects → bluefireteam → vscode-dart-import

bluefireteam / vscode-dart-import

Licence: other
A simple plugin for VSCode to change all Dart/Flutter imports to relative format.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to vscode-dart-import

webpack-async-chunk-names-plugin
No description or website provided.
Stars: ✭ 12 (-75%)
Mutual labels:  import
format-imports-vscode
Format imports and exports for JavaScript and TypeScript in VS Code.
Stars: ✭ 60 (+25%)
Mutual labels:  import
sync-magento-2-migration
Release of rough proof of concept from 2018 that allows to import and export millions of products quickly
Stars: ✭ 51 (+6.25%)
Mutual labels:  import
graphql-cli-load
A graphql-cli data import plugin to call mutations with data from JSON/CSV files
Stars: ✭ 63 (+31.25%)
Mutual labels:  import
blender-terrain
Terrain import is now a part of the blender-osm addon. Get it for free at https://gumroad.com/l/blender-osm
Stars: ✭ 28 (-41.67%)
Mutual labels:  import
FSDevTools
Project to support developer experience (DX) with FirstSpirit template development by offering a connection between a VCS like Git and FirstSpirit.
Stars: ✭ 29 (-39.58%)
Mutual labels:  import
vim-nayvy
🌑 Enriching python coding in Vim 🐍
Stars: ✭ 66 (+37.5%)
Mutual labels:  import
importer-exporter
3D City Database client for high-performance import and export of 3D city model data
Stars: ✭ 104 (+116.67%)
Mutual labels:  import
connect-backup
A tool to backup and restore AWS Connect, with some useful other utilities too
Stars: ✭ 19 (-60.42%)
Mutual labels:  import
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+175%)
Mutual labels:  import
commercetools-project-sync
Dockerized CLI application which allows to automatically sync different resources between commercetools projects
Stars: ✭ 26 (-45.83%)
Mutual labels:  import
craft3-blockonomicon
Manage matrix fields on a per-block basis. Bundle presentation with blocks. Render entire matrices with a single line.
Stars: ✭ 32 (-33.33%)
Mutual labels:  import
justuse
Just use() code from anywhere - a functional import alternative with advanced features like inline version checks, autoreload, module globals injection before import and more.
Stars: ✭ 49 (+2.08%)
Mutual labels:  import
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (-8.33%)
Mutual labels:  import
elasticbulk
Add data in bulk to elasticsearch. It supports data streaming from PostgreSQL or Filesystem
Stars: ✭ 27 (-43.75%)
Mutual labels:  import
importtool
General data import tool for IgorPro
Stars: ✭ 19 (-60.42%)
Mutual labels:  import
grunt-css-import
Grunt task to concat css file by @import.
Stars: ✭ 13 (-72.92%)
Mutual labels:  import
import-command
Imports content from a given WXR file.
Stars: ✭ 19 (-60.42%)
Mutual labels:  import
Omeka-plugin-CsvImportPlus
This fork of the plugin for Omeka allows users to import metadata of items from a simple CSV file. Improvements are: choice of separators, import of metadata of files and collections, update of any record, import of files one by one to avoid to overload the server.
Stars: ✭ 21 (-56.25%)
Mutual labels:  import
ember-cli-es6-transform
Import ES6 modules from npm, bower or anywhere else in your app.
Stars: ✭ 13 (-72.92%)
Mutual labels:  import

dart-import

CI Status Latest Release

A simple plugin for VSCode to change all Dart/Flutter imports to relative format.

Find it on the VSCode Marketplace.

Features

Run the command "Fix Imports" from the Command Palette; all imports from your own package will become relative. Also, the "Organize Import" command will be called.

The only command added (so far) is "dart-import.fix"; you can bind it as desired.

Contribute

Any help is appreciated! Comment, suggestions, issues, PR's! Give us a star to help!

Setup

This is a regular vscode extension setup. You can use the scripts in the package.json file to test.

To setup, run npm i to download dependencies.

Then, you can run npm test to run the tests, make sure they are passing.

To test in your machine, run npm run package to create a new VSIX file, and then use vscode's built in command Extensions: Install from VSIX... (from command palette) to load your version.

In order to deploy, run npm run deploy. If your PAT token is expired, go to this page to get a new one.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].