eclipse.jdt.ls
eclipse.jdt.ls copied to clipboard
code completion algorithm
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。
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 .