1
votes

More specifically I have a .gitignore file that was generated when I made my project directory a git repository. That file doesn't show up in the dart editor. I'm assuming it is because of the . prepending the name. I looked around briefly in the menus and couldn't find anything.

1
I don't think that it is possible at the moment, how about creating a feature request at dartbug.com/new ? - Fox32
@Fox32 Thanks for the suggestion I opened it here: code.google.com/p/dart/issues/detail?id=15353 - edhedges

1 Answers

1
votes

The referenced bug is marked as NotPlanned; so it seems support will not be added to Dart Editor.

The good news is that Chrome Dev Editor, which seems to be where Google are putting a lot of their effort for an IDE does show these files fine. Note: CDE is still in preview and doesn't have half of the functionality of Dart Editor (yet).