-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Use gd
coc-definition jump into 3rd plugin showing Target of URI doesn't exist
#150
Comments
gd
coc-definition jump into 3rd plugin showind Target of URI doesn't existgd
coc-definition jump into 3rd plugin showing Target of URI doesn't exist
@wangzhaohe do you still have this with the latests version of dart? |
I do |
CocDiagnostics shows hundreds of NVIM v0.7.0 node version: v15.5.0 coc.flutter 1.9.8 |
@justjew can you share your settings for coc-flutter |
Same issue here, can't navigate further after entering 3rd plugins files, and I'm using the default settings. |
It do well in flutter project, But display diagnostic error in 3rd party plugins like Provider after I used command
gd
(coc-definition) to jump into the source file.To Reproduce
put cursor on
Provider
press
gd
keyjump into file: "~/learn/flutter/soft/flutter/.pub-cache/hosted/pub.dartlang.org/provider-6.0.1/lib/src/provider.dart"
then error displayed
import 'package:collection/collection.dart'; >>> Target of URI doesn't exist ...
Screenshots
The following image is in my project, it is right!
The following image shows error after jump into provider.dart
Desktop (please complete the following information):
Output channel:
"flutter.trace.server": "verbose"
:CocRestart
:CocCommand workspace.showOutput
open output list and selectflutter
Paste Log from above:
I think whether the path settings right or not?
Please give me some advice, thanks a lot!
Some notes:
The following image is in intellJ IDEA, it is OK!
The following operation took no effect:
The text was updated successfully, but these errors were encountered: