gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.81k stars 1.23k forks source link

Autocompletion on java language #528

Closed isontheline closed 5 years ago

isontheline commented 5 years ago

Hello Gitpod Team !

1) Your product is awesome

2) I think I don't use it rightly

When I clone your workspace template "java spring boot", java code autocompletion is working. But when I clone my own repositories like it : https://github.com/isontheline/smdr-parser

Autocompletion didn't work :(

Does something need to be added to the config file for Gitpod ?

Have a nice day anyway :)

vorburger commented 5 years ago

FYI #529 is a another Java project "nature" (?) related issue

meysholdt commented 5 years ago

Hi @isontheline, hi @vorburger, yes, there seems to be a compatibility issue between the Java Language Server and the JDK. This is.... not good. I'm optimistic we can resolve this tomorrow.

isontheline commented 5 years ago

Hi @meysholdt,

If you need some tests (or changes in code) on my side : don't hesitate to ask me 🤠

Nice night 😴

AlexTugarev commented 5 years ago

Hey @isontheline, hi @vorburger! Thanks for reporting this! We're testing a fix the issue and going to deploy asap.

AlexTugarev commented 5 years ago

'Going to close this once the fixed version is really deployed.

AlexTugarev commented 5 years ago

Hey @isontheline, hi @vorburger, the fix is now deployed! 🎉

isontheline commented 5 years ago

Hey @isontheline, hi @vorburger, the fix is now deployed! 🎉

You rock ! Everything is working right now 🤠 Thank you !

isontheline commented 5 years ago

Hello @AlexTugarev @meysholdt

Since 3 days java autocompletion and live code checking doesn't work anymore :(