dartboard icon indicating copy to clipboard operation
dartboard copied to clipboard

Dart Plugin for Eclipse

Results 28 dartboard issues
Sort by recently updated
recently updated
newest added

The output of `stagehand --machine` contains an entrypoint that should be used when launching Dart programs. We already use this information but currently discard the entrypoint.

feature

Dart projects that are supposed to be run in the browser, need to be launched using the [`webdev`](https://dart.dev/tools/webdev) CLI tool. This needs to be supported in the launch configurations. For...

feature

We should provide a EPP download trailered for Dart development to show how lean and fast this tooling can be. I will contact EPP how we can provide this.

@jonas-jonas does the language server protocol provide the option to format source code? Would be nice to have that option for Dart files.

The Dart style guide sets some rules (recommendations) on how to format Dart code: https://www.dartlang.org/guides/language/effective-dart/style We should set these by default from the plugin.

feature

There should be code snippets for the following actions: - [ ] Constructor - [ ] function/method - [x] import?

area:dart-analyzer
feature

I think we can provide a launch shortcut with options. So user can customize himself. Like other shortcuts in eclipse (there is a shortcut ends with...) ![image](https://user-images.githubusercontent.com/39690425/62186199-f63faf80-b382-11e9-9ea6-7170f3bdc558.png) ![image](https://user-images.githubusercontent.com/39690425/62186204-ff308100-b382-11e9-973f-00402d5fe1fe.png) ![image](https://user-images.githubusercontent.com/39690425/62186207-03f53500-b383-11e9-8348-92119ad04638.png)

feature
discussion

1 Eclipse Marketplace can't install Dart due to dependency conflict: Cannot complete the install because of a conflicting dependency. Software being installed: Dartboard - Dart language support for Eclipse 0.1.0.202001060850...