encoredev / intellij-plugin

An Encore plugin for IntelliJ and GoLand
Mozilla Public License 2.0
2 stars 0 forks source link

Add automatic database detection and binary control #6

Closed DomBlack closed 1 year ago

DomBlack commented 1 year ago

Automatic Database Detection

This set of commits adds the ability for the plugin to detect the Encore database and give the user the ability to automatically add it into their IDE.

image image image

Settings Panel

It also adds a new settings panel, which allows the user to disable the plugin, and change which encore binary is being used by the plugin. (This is useful when developing new features)

image

The plugin verifies the binary correctl responds to a call to encore version and prevents an invalid binary from being selected:

image