0

For STS 4

Spring Tool Suite 4 

Version: 4.19.1.RELEASE
Build Id: 202308011926
Revision: 0b848aa029fb3bb6bbcbc20e22469ed4dc0241f0

In the IDE itself Spring Boot Language Server is always running or doing something. Therefore in the bottom-right always appears the following:

enter image description here

Even if is opened the Progress view and Spring Boot Language Server is stopped manually it remains running

enter image description here

Even through:

  • Preferences -> Language Servers

with the options available I couldn't find something to stop it

NOTE

It seems due this situation, rosen the following problem: it is not possible apply autocompletion - ctrl + space

Manuel Jordan
  • 15,253
  • 21
  • 95
  • 158
  • 1
    This is hard to solve without knowing what exactly is going on inside of the language server process. I would recommend to enable the logging to the console view (`Preferences -> Language Servers -> Spring Language Server`, then check `Logging to Console`. This will output information from inside of the language server to the console view in Eclipse. You could also capture a few thread dumps of the language server process (using `jps` and `jstack`) to provide additional information and maybe attach all that to a new GitHub issue at https://github.com/spring-projects/sts4/issues – Martin Lippert Aug 13 '23 at 20:23
  • Thanks for the reply - It will be done soon - is there an official tutorial to use this feature? – Manuel Jordan Aug 13 '23 at 21:26
  • 1
    Which feature specifically? The language server on its own is not a feature, but it provides a number of features, see the user guide at https://github.com/spring-projects/sts4/wiki/ – Martin Lippert Aug 17 '23 at 14:29

0 Answers0