Keerti Parthasarathy
Keerti Parthasarathy
Meant to update. I can reproduce on the site, but not seeing the exceptions when running locally.
Will wait for a new version of dartdoc and check again to reproduce
The files in the `src` folder are considered to be private and not part of the public api, which is why `dartdoc` excludes those files. If you export these libraries...
@ArgentiApparatus , glad to see that dartdoc is working as is supposed to. Agree with you that showing `library not documented` can be misleading.
/cc @srawlins
@osaxma , I am unable to reproduce the issue with the given example. Sorts fine for me. https://github.com/dart-lang/sdk/assets/2192312/76448024-c05d-40ed-9fc0-a95caec1acb7
@osaxma, I do not see an option `Sort Imports` in the quick fix menu, either from the light bulb or command+dot. Is there anything else in your setup that's unique?
Not yet done, will do.
Agree with the points made by @devoncarew . It would be great if analysis server had den support! Then the editor would not have to install yet another tool. Adding...
@seaneagan Take a look at http://bit.ly/181QmFN. The `NewFileGenerator` is where the editor gets the contents for a new pubspec file.