dart-sublime-bundle
dart-sublime-bundle copied to clipboard
feature: Browse standard library/libraries
The Dart Editor lets you browse the standard lib plus any installed packages. I think this is great and maybe the Dart package could do something similar.
What UI would we use to browse it? The sidebar? If so I don't think there is any way in the Sublime API to manipulate the sidebar.
Probably something much more rudimentary, such as a view. So a text-based interface. Still, could be better than nothing at all.