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
[x] appsettings*.json files located in a startup project folder
[x] User secrets file of a startup project
Data sources from Database plugin (Reported in #146)
[x] SQLite
[ ] Postgres
[ ] MS SQL
[ ] MySQL
[ ] Oracle
Other
[ ] "Got it" notification for users to notice the feature (near Connection field)
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
appsettings*.json
files located in a startup project folderData sources from Database plugin (Reported in #146)
Other
Visual representation