Kohei Mikami
Kohei Mikami

Reputation: 2870

IntelliJ(WebStorm) Mongo Explorer doesn't work

I'm trying to use Mongo Explorer plugin on WebStorm, but it doesn't work. I added mongo executable pass and server's path from Preferences dialog. It shows the server, but it doesn't show the contents below the server. Why?

enter image description here

Upvotes: 1

Views: 3960

Answers (2)

Kohei Mikami
Kohei Mikami

Reputation: 2870

The plugin doesn't work in WebStorm 9 because it has some internal change. You have to use a previous version of WebStorm if you want to use the plugin.

https://github.com/dboissier/mongo4idea/issues/100

Upvotes: 1

lena
lena

Reputation: 93768

Seems the plugin is not compatible with WebStorm version you are using. I'd suggest logging a bug in plugin issue tracker(https://github.com/dboissier/mongo4idea/issues), providing your idea.log

Upvotes: 3

Related Questions