Skip to content
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

IntelliJ: proto source directory not recognized #199

Closed
brnhffmnn opened this issue Dec 12, 2017 · 1 comment
Closed

IntelliJ: proto source directory not recognized #199

brnhffmnn opened this issue Dec 12, 2017 · 1 comment

Comments

@brnhffmnn
Copy link

brnhffmnn commented Dec 12, 2017

In my setup, the src/main/proto directory is not recognized as a source directory by IntelliJ.
I was able to circumvent this by manually adding the following to my build.gradle:

idea {
    module {
        sourceDirs += file("src/main/proto")
    }
}

Could this be related and solved by #104 ? If so, I'd like to offer help to get the conflicts solved and PR merged. Edit: #104 got closed after this. Should this be tackled with #193 or #198 (and possibly be available with an upcoming release)?

Environment:

  • plugin 0.8.3
  • Gradle 4.3.1
  • IntelliJ 2017.3
@zpencer
Copy link
Contributor

zpencer commented Jan 17, 2018

The feature is complete will be available in the next release. @zhangkun83 and I will determine if there's anything else we want to include and do one in the near future.

@zpencer zpencer closed this as completed Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants