-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No type code completion for user libraries #389
Comments
What version of the editor are you using? When I repeat those steps I DO see "Sreadsheet". Which surprised me. This has been a long-standing problem and I did not know that type search had started returning the correct results. I'm using rev 1354 and opening the Total defined in svn (not the version distributed with a build). Removed Type-Enhancement label. |
Build 1357 on Linux 64 bit |
Tested it with build 3622 on linux 32/64bit. Code completion works for user defined libraries. Added Fixed label. |
When adding a field, code completion suggests types from bundled libraries, but not from imported user libraries.
You'll see lots of code completion suggested types, but "Spreadsheet" (defined in imported TotalLib.dart) is missing.
The text was updated successfully, but these errors were encountered: