-
Couldn't load subscription status.
- Fork 219
Description
I have lately updated my Spring Tools Suite IDE to the latest version (4.29.0.RELEASE). After that I have noticed that the proposals for the content assist in the editor have changed quite a bit.
I'm getting a lot of unwanted entries which are related to the Language Server Proposals:
I have tried to deactivate this option in the preferences section for the editor (Java -> Editor -> Content Assist Advanced):
When I press Apply & Close then the preferences are saved and I get the correct proposals for my use case:
But whenever I restart my IDE, the default preferences for the content assist are loaded. Then I always have to go to the preferences section for editor again and click on Apply & Close and the proposals are back to normal.
That's why I think there's a bug at the IDE startup which prevents the user modified content assist preferences to be loaded correctly.
I have seen that the content assist functionality was modified with this release:
https://github.com/spring-projects/sts4/releases/tag/4.24.0.RELEASE
So maybe this bug was introduced with the changes that have been made there.
Can you please fix this bug, as it is very annoying to always manually change the content assist preferences after every IDE restart.
Thank you very much.


