" File->Open" does not detect that a project is a bazel project
See original GitHub issueTo help people get started quickly, it’s not uncommon for people to check in .ijwb/.bazelproject
files. However, once this is done, there’s no way to actually use this:
- “Bazel import project” will complain that the file already exists
- “File->Open…” doesn’t detect that this is a bazel project, so the plugin isn’t enabled
- “File->Import Project” doesn’t list “Bazel” as an external model.
It seems clunky to check in the project config to a different location and then tell people to point to that.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:21 (4 by maintainers)
Top Results From Across the Web
User's Guide - Bazel 0.26.0
Available commands: analyze-profile Analyzes build profile data. aquery Executes a query on the post-analysis action graph. build Builds the specified targets.
Read more >Bazel - IntelliJ IDEs Plugin - JetBrains Marketplace
Bazel project support. Features: Import BUILD files into the IDE. BUILD file custom language support. Support for Bazel run configurations for certain rule ......
Read more >Project Setup (C/C++) - - Code Intelligence Docs
CI Fuzz will automatically detect most current build systems for C++ including CMake, Autotools, Scons, Bazel, Ninja and of course Unix Makefiles. If...
Read more >CHANGELOG - intellij - Git at Google
CLion test output: make URLs and bazel targets clickable ... Add an action to open a workspace file outside your project (File >...
Read more >Error building TensorFlow 2.8 in Windows 10
Could not find any cublas_api.h matching version '' in any subdirectory: ... /external/llvm-raw/utils/bazel/llvm-project-overlay --target .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mattgodbolt I’m working on a blogpost to demystify some of these: https://github.com/bazelbuild/bazel-blog/pull/200
We’ll probably surface this in documentation soon as well.
The blogpost was written years ago, and I’ve lost the context (and no longer work on the IDE plugin) to make recommendations on this.
@alice-ks Are there documentation for current best practices to sync config directories?