Which local IDE are people using for LookML development?

Writing LookML in the browser IDE always felt like a downgrade from the rest of my stack — no real navigation, no proper Git tooling, slow on bigger projects.

Built a plugin for JetBrains IDEs (IntelliJ, PyCharm) called LookML Support - syntax highlighting, go-to-definition, autocomplete, local validation, formatting.

go-to

new_dim

If you’re on a JetBrains IDE, curious if this is a gap you’ve felt too — or if you’ve solved it another way.

I’ve had the same issue with browser-based LookML development. For larger projects, local IDE support with navigation, validation, formatting, and proper Git tooling makes a real difference. This JetBrains plugin looks useful, especially for teams already working in IntelliJ or PyCharm.