/codelens-eclipse

POC to study how to implement CodeLens with Eclipse StyledText

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

codelens-eclipse

Build Status

It exists today 2 bugs for implementing CodeLens inside Eclipse: bug 508458 and 501546.

Today Javassist is required because there are 2 problems in Eclipse Platform:

  • bug with line numbers. See bug 481968
  • drawing CodeLens update line spacing of the line. Today StyledTExt doesn't provide this feature. See bug 522020

This project is a POC to study how to implement CodeLens with Eclipse StyledText

Here a demo with

CodeLens TypeScript Demo

  • Java with JDT Java Editor :

CodeLens JDT Demo

CodeLens lsp4e Demo

Here a demo with the current work with StyledText where zone are added:

CodeLens StyledText demo