Some seven years in the making, the Eclipse Foundation's Theia IDE project is now generally available, emerging from beta to challenge Microsoft's similar Visual Studio Code editor, with which it shares much tech.
Huh? Every IDE has had this feature for decades. Eclipse, all of JetBrains products, even NetBeans. This is like the most basic feature provided by IDEs.
Also with the development of first party language servers it’s relatively easy for new IDEs to integrate.
deleted by creator
Vim does code completion just fine if you set up your language server correctly.
deleted by creator
Huh? Every IDE has had this feature for decades. Eclipse, all of JetBrains products, even NetBeans. This is like the most basic feature provided by IDEs.
Also with the development of first party language servers it’s relatively easy for new IDEs to integrate.
Code completion isn’t that special. Do you have experience with other IDE’s?
I only use windows because I have to open PDFs that only open in Adobe Reader from my government.
Any editor that support LSP has the same (or better) auto complete. All IDEs also have the same (or better) auto complete, don’t even need LSP.
deleted by creator
Well, except Visual Studio (for C++), Qt Creator, and every Java IDE in existence.