bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
764 stars 305 forks source link

Goland project names are not informative #3759

Open bdleitner opened 2 years ago

bdleitner commented 2 years ago

I'm not sure if this is an issue with the bazel plugin or with Goland more generally (or both). Unlike IJ, Goland doesn't seem to have a simple way to control a project's name (there is no name field in Project settings, for example).

In IJ, when I import a bazel project, I can name it and get descriptive names in the load window: IJ Good Project Names

In Goland, on the other hand, all of the bazel projects use .project-data-dir and .workspace from Project Structure (note that there is no place to set the name): Goland Bad Project Settings

To give the following view when opening a project: Goland Bad Project Names

All of the projects have the same name, so I have to look at internals of the path to figure out the right one, and this is doable but annoying.

JamesRTaylor commented 2 years ago

All projects in Open Recent menu list have the same name: .project-data-dir, workspace. Makes it very difficult to open the right project.

sgowroji commented 2 years ago

Hello @bdleitner, Could you please confirm are you still seeing this with the latest release and also for non bazel projects ?

JamesRTaylor commented 2 years ago

I'm still seeing this with the latest bazel plugin, @sgowroji

bdleitner commented 2 years ago

Hello @bdleitner, Could you please confirm are you still seeing this with the latest release and also for non bazel projects ?

Yes, I'm still seeing it in the latest version. Non-bazel projects are not (and were never) affected.

Vertexwahn commented 1 year ago

I am having the same issue: GoLand 2022.3.3 (on macOS M1), Plugin version: 2023.02.22.0.1-api-version-223

Vertexwahn commented 1 year ago

The issue still exists in: GoLand 2023.2 Build #GO-232.8660.185, built on July 26, 2023 macOS 13.5

JamesRTaylor commented 1 year ago

It's crazy to me that the tooling for Bazel is so bad. It's been a year, and you can't fix a bug preventing the name of the project from appearing correctly? We've moved away from Bazel because of it's lack of usability and tooling (like many projects I've seen), so not interested anymore, but what is going on with this project?

mai93 commented 1 year ago

Goland is not explicitly supported by the plugin, please refer to the documentation; IDEs section. The issue is marked P3 which means we can accept a PR to fix it.

github-actions[bot] commented 9 months ago

Thank you for contributing to the IntelliJ repository! This issue has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-maintainer". Please reach out to the triage team (@bazelbuild/triage) if you think this issue is still relevant or you are interested in getting the issue resolved.

bdleitner commented 9 months ago

@bazelbuild/triage not stale, still happening.

Vertexwahn commented 9 months ago

Still relevant!

github-actions[bot] commented 2 months ago

Thank you for contributing to the IntelliJ repository! This issue has been marked as stale since it has not had any activity in the last 6 months. It will be closed in the next 14 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.

maratori commented 2 months ago

Still relevant