spring-attic / spring-ide

Spring Development Environment for Eclipse
300 stars 126 forks source link

Issue with Spring Tool Suite 4.0 - Auto Complete not working on application.properties #388

Closed aru-royal closed 4 years ago

aru-royal commented 4 years ago

Hi Team, I download spring tool suite 4 from spring site. While entering keys on application.properties I am not getting auto complete suggestion , I tried on spring. and logging. , eventhough I see leaf symbol to application.properties , I am still not able get any suggestions.

aru-royal commented 4 years ago

Closing issue , as I am able to see auto complete suggestion now

martinlippert commented 4 years ago

@aru-royal good to hear that you got it working now. Any idea what caused the trouble in the first place or how you made it work on your end? Might be interesting for other users having when running into the same or a similar issue. Thanks!!!

aru-royal commented 4 years ago

I didn't do any additional config changes , It just worked. Thanks for following up on this issue.

kdvolder commented 4 years ago

Sometimes it takes time before the language server process recieves classpath information from the IDE side (e.g. because the IDE is still downloading dependency jars from maven). Until the language server has classpath of the project completions and other functionality that reads data from the classpath will not work. This may be what was happening.

aru-royal commented 4 years ago

Thanks for clarification. On Friday, August 2, 2019, 05:02:17 PM GMT+1, Kris De Volder notifications@github.com wrote:

Sometimes it takes time before the language server process recieves classpath information from the IDE side (e.g. because the IDE is still downloading dependency jars from maven). Until the language server has classpath of the project completions and other functionality that reads data from the classpath will not work. This may be what was happening.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.