eclipse / lsp4mp

Technology lsp4mp
Eclipse Public License 2.0
21 stars 27 forks source link

Support for set of properties file #207

Open angelozerr opened 2 years ago

angelozerr commented 2 years ago

Today completion, validation, definition works inside a given properties file but it should take care of another outside properties file.

Completion sample:

BDUSER=sa

Definition sample:

BDUSER=sa

it should open .env and select DBUSER.

Validation sample:

quarkus.application.name=A

quarkus.application.name=B

we should have a duplicate properties OR better having a diagnostic in quarkus.application.name inside microprofile-config.properties with DiagnosticTag.Deprecated to explain that the property is overriden by application.properties.

angelozerr commented 1 year ago

When Set of properties files will be implemented, it will open the door to fix https://github.com/redhat-developer/vscode-quarkus/issues/192