eclipse.jdt.ls icon indicating copy to clipboard operation
eclipse.jdt.ls copied to clipboard

code completion algorithm

Open 1014661165 opened this issue 3 years ago • 1 comments

Hi, authors. Is there any paper or documents about the code completion algorithm inside this project?I want to learn more about the code completion algorithm and AST incremental update algorithm。

1014661165 avatar Apr 28 '22 04:04 1014661165

The Java AST and completion come from Eclipse JDT Core, so that project would be a good starting point.

You can have a look at https://wiki.eclipse.org/JDT_Core_Programmer_Guide. Specifically, https://wiki.eclipse.org/JDT_Core_Programmer_Guide/ECJ/Parse & https://wiki.eclipse.org/JDT_Core_Programmer_Guide/Completion .

rgrunber avatar Apr 30 '22 05:04 rgrunber