You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I start typing a feature name and use completion the server will not suggest features which are not compatible with existing features. In this case we do not see other versions of jakartaee.
However if I do not start typing a feature name the server will give the full list of available features even ones incompatible with existing features. I would expect similar filtering to the previous example.
The problem becomes worse when I type ja because local filtering then displays the incompatible features.
The text was updated successfully, but these errors were encountered:
If I start typing a feature name and use completion the server will not suggest features which are not compatible with existing features.
@turkeylurkey This is not something that is enabled in the language server. I am not sure why you are only seeing those features, but we do nothing to detect incompatible features. There is an open issue for this functionality #70.
@turkeylurkey So the term "incompatible features" was misleading. What you are pointing out is that we do not display different versions of an already included feature when feature completion is used.
Your point is taken that the initial list of features that is displayed when no completion is done could do the same filtering. We will look into this at some point, but it will not be a priority at the moment.
turkeylurkey
changed the title
Server.xml completion can include incompatible features
Server.xml completion can include features with incompatible version numbers
Mar 12, 2024
If I start typing a feature name and use completion the server will not suggest features which are not compatible with existing features. In this case we do not see other versions of
jakartaee
.However if I do not start typing a feature name the server will give the full list of available features even ones incompatible with existing features. I would expect similar filtering to the previous example.
The problem becomes worse when I type
ja
because local filtering then displays the incompatible features.The text was updated successfully, but these errors were encountered: