-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
what does the flag parseDependency exist for? #515
Comments
I believe this is mostly related to go modules where some packages like "github/user/package" does not exists in your project tree. In order to get the definition for a package like |
I found the parser takes more than one minute to finish generating! And I think it's just because the parser reads all the comments and parses them. Maybe we should filter those comments which are not related. |
some feature requests:
|
what does the flag parseDependency exist for?
The text was updated successfully, but these errors were encountered: