sofs1
sofs1

Reputation: 4176

How can I open .bazel file extensions in IntellijIDEA rather than XCode?

All other file extensions are opening in IntellijIDEA except .bazel. I'm sure there is a way to open this in Intellij IDEA as well.

Upvotes: 0

Views: 37

Answers (1)

Shmulik Klein
Shmulik Klein

Reputation: 3914

  1. Settings (Ctrl+Alt+S) > Editor > File Types
  2. Add a file type using the + button
  3. Add a pattern - *.bazel

Or install the bazel plugin

Upvotes: 1

Related Questions