Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Eclipse IDE Language Server

Tags:

eclipse

I am running Eclipse IDE Version 2018-12 (4.10.0) Build id: 20181214-0600

On macOS Mojave Version 10.14.1 MacBook Pro 2018 with 32GB and cpu 2.9 G i9

When I attempt to things such as open up a class file etc - I see the Initialize Language Server and I get the famous BeachBall - some times it is for a second or two and other times 30 or more seconds.

Is there some configuration or something that can improve the performance of this or ability to turn it off? Search the web has turned up nothing so far. At first I thought it was the freemarker IDE extension - uninstalled that but no change.

like image 337
boyd4715 Avatar asked Jan 24 '19 20:01

boyd4715


People also ask

What is Eclipse Language Server?

The Eclipse JDT Language Server (a.k.a. jdt.ls) is an open source Java language specific implementation of the Language Server Protocol, incubating at the Eclipse Foundation.

What is language server background job eclipse?

The Eclipse JDT Language Server project provides a language server protocol implementation for the Java language. It also provides support for translating well known project structures such as build systems into JDTs project structure.


1 Answers

I uninstalled freemarker IDE and all the other JBOSS extensions since I am not currently using them.

I then when into Preferences -> Language Servers and turn them all off.

Now I do not have any issues with slowness of opening files or the famous mac BeachBall.

like image 166
boyd4715 Avatar answered Sep 20 '22 05:09

boyd4715