You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin does not require configuration by default, for majority of projects it should work out of the box.
31
+
32
+
#### Imports
33
+
34
+
If you see 'File not found' error mark for the import statement, it means plugin cannot resolve target file within current set of source (or resource) roots.
35
+
36
+
In order to fix it, you should tell to plugin where is the "sources root" for your proto files.
37
+
38
+
There are a couple ways of doing that:
39
+
40
+
1. Mark directory as a source/resources root (right click on folder in project structure, "Mark forlder as...."):
0 commit comments