JetBrains / rider-efcore

Entity Framework Core UI plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/18147-entity-framework-core-ui
MIT License
180 stars 14 forks source link

Database: Add connection auto-completion #147

Open seclerp opened 1 year ago

seclerp commented 1 year ago

Currently, the Connection input field is just a regular editable text control. It doesn't provide the ability to select available connections rather than entering them manually.

We need to replace it with an editable combo box with known values.

Implementation status

Per-project configuration sources

Data sources from Database plugin (Reported in #146)

Other

Visual representation

image