In this thread: Running mongod.exe from webstorm
it points that mongo4idea shall do the trick, however, mongo4idea is only replacing the mongo shell. It means that the mongod service should be up and running before we use the mongo4idea plugin.
Is there a way for WebStorm/IntelijIdea etc... to start the server automatically?
Currently I'm starting the server manually using:
mongod --dbpath /some/path/to/data