Aryeh Hillman
Aryeh Hillman
**Category:** Kubernetes apps **Type:** - [x] Bug - [ ] Feature Request - [ ] Process --- When the mediawiki is deployed, a useful application info page is displayed, including...
See comment here https://github.com/bazelbuild/intellij/issues/1706#issuecomment-1179635807 Repro: * clone https://github.com/bufbuild/rules_buf * create bazel project by opening the dir that contains`examples/workspace/WORKSPACE` * attempt to debug `buf_breaking_test` / label `fooapis_proto_breaking` in `fooapis/BUILD.bazel`
Repro: * import an existing bazel project * a view file is created * close the project * go to "import bazel project" * go to workspace * select "import...
Current workaround: * `mkdir project; touch project/WORKSPACE.bazel` * import bazel project in IntelliJ Desired feature: * have an option to create a bazel project form the "New Project" menu
The IntelliJ Platform Plugin SDK allows for the resolution of symbols in the IntelliJ IDE when working on the plugin itself. Without the IntelliJ Platform Plugin SDK: Screenshot of how...
Allows devs to specify settings for all build targets. Example use-case: ``` $ cat .bazelrc build --define=ij_product=intellij-ue-oss-stable ```
Repro steps: * checkout this repository * open the `WORKSPACE` file * add the latest release of this plugin to IntelliJ * go to "Edit Configurations"
Observed: Expected (comes from a maven project):
Example: Furnished link points to https://bazel.build/docs/be/overview.html, which 404s: Location in source that needs to be updated: https://github.com/bazelbuild/intellij/blob/2da78ef14e4469e965bff854f8447920f6fcd17e/base/src/com/google/idea/blaze/base/bazel/BazelBuildSystemProvider.java#L52
Example: Note that in this example, `intellij_integration_test_suite` is in fact runnable, despite missing gutter icons: