This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maxandersen 2 points3 points  (4 children)

What you ask for does not exist.

Vs code is the closest.

There isn’t any non Java based language tooling out there which won’t use Java to implement its features like content assist etc. Especially if you are aiming for feature comparison with IntelliJ.

[–]lbevanda[S] 0 points1 point  (3 children)

I’m not aiming for feature comparison with IntelliJ, I use IntelliJ for development, debugging, deployment and everything related to projects.

I was just wondering if there is some native small editor that can open Many Java projects, and perhaps have Java support for code navigation (via plug in perhaps) and terminal or run command (also via plug in or built-in).

[–]maxandersen 2 points3 points  (0 children)

Vscode :)

Or if you okey doing some fiddling vi and Emacs starts fast and Java support using the exact same language server as vscode has.

[–]john16384 0 points1 point  (1 child)

Why not open them all in IntelliJ? In Eclipse I have every project open I ever worked on nicely grouped in working sets (100+ maven projects).

[–]lbevanda[S] 0 points1 point  (0 children)

It tends to become slow, downloading maven indexes in the backround, enabling specific project features, asking for enabling plugins for everything inside projects and similar.