dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

investigate supporting the atom-ide-ui plugin(s) #1158

Open devoncarew opened 6 years ago

devoncarew commented 6 years ago

Some new plugins have been released that support IDE level UI features (atom-ide-ui). We should investigate supporting them for this plugin. Some features include diagnostics, outline view, jump to definition, find usages ,...

devoncarew commented 6 years ago

(/cc @cdavidjean)

cdavidjean commented 6 years ago

:( I just moved them into dockable panels :) It looks worth investigating. The less code we have in the plugin, the less to maintain. But it might increase breakages?

devoncarew commented 6 years ago

Yeah, not clear, but worth investigating. There would be less UI code for this package to maintain, and perhaps more familiarity if people do end up using atom-ide-ui for one or more other languages.

cdavidjean commented 6 years ago

I'll install it and play with it doing typescript tomorrow and get back to you.

akonwi commented 5 years ago

I'd like to see this plugin work with the atom-ide-* features because it allows for a consistent ux for a user across languages. If you don't mind, I could start a PR for implementing the integrations.