All Projects → angelozerr → Codelens Eclipse

angelozerr / Codelens Eclipse

Licence: epl-1.0
POC to study how to implement CodeLens with Eclipse StyledText

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Codelens Eclipse

Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (+3100%)
Mutual labels:  eclipse
Seckill
一个整合SSM框架的高并发和商品秒杀项目,学习目前较流行的Java框架组合实现高并发秒杀API
Stars: ✭ 513 (+4563.64%)
Mutual labels:  eclipse
Eclipse.jdt.ls
Java language server
Stars: ✭ 888 (+7972.73%)
Mutual labels:  eclipse
Jeesns
JEESNS是一款基于JAVA企业级平台研发的社交管理系统,依托企业级JAVA的高效、安全、稳定等优势,开创国内JAVA版开源SNS先河。交流QQ群:280062708。
Stars: ✭ 405 (+3581.82%)
Mutual labels:  eclipse
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (+4354.55%)
Mutual labels:  eclipse
Groovy Eclipse
Eclipse Groovy Development Tools
Stars: ✭ 567 (+5054.55%)
Mutual labels:  eclipse
Angularjs Eclipse
AngularJS Eclipse Plugin
Stars: ✭ 336 (+2954.55%)
Mutual labels:  eclipse
Android Google Firebase Readme
README project for Android Google Firebase libraries.
Stars: ✭ 10 (-9.09%)
Mutual labels:  eclipse
Eclipse Plugins
The Eclipse Embedded CDT plug-ins for Arm & RISC-V C/C++ developers (formerly known as the GNU MCU Eclipse plug-ins). Includes the archive of previous plug-ins versions, as Releases.
Stars: ✭ 507 (+4509.09%)
Mutual labels:  eclipse
Goclipse
Eclipse IDE for the Go programming language:
Stars: ✭ 832 (+7463.64%)
Mutual labels:  eclipse
Openexplorer
Open Explorer plugin for Eclipse
Stars: ✭ 404 (+3572.73%)
Mutual labels:  eclipse
Bnd
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
Stars: ✭ 446 (+3954.55%)
Mutual labels:  eclipse
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+59645.45%)
Mutual labels:  eclipse
Kadence
⚠️ KADENCE HAS MOVED TO GITLAB ⚠️
Stars: ✭ 363 (+3200%)
Mutual labels:  eclipse
Plancheck
A Varian Eclipse Scripting API plugin that checks DVH metrics, potential collisions, and plan/structure/dose parameters.
Stars: ✭ 19 (+72.73%)
Mutual labels:  eclipse
Rustdt
RustDT is an Eclipse based IDE for the Rust programming language:
Stars: ✭ 351 (+3090.91%)
Mutual labels:  eclipse
Mcuoneclipse
McuOnEclipse Processor Expert components and example projects
Stars: ✭ 513 (+4563.64%)
Mutual labels:  eclipse
Servicestack.java
ServiceStack Java Libraries and Apps
Stars: ✭ 10 (-9.09%)
Mutual labels:  eclipse
Eclipse Bash Editor
Bash editor plugin for eclipse
Stars: ✭ 24 (+118.18%)
Mutual labels:  eclipse
Naive Bayes Classifier
Naive Bayes classifier is classification algorithm. It uses Naive based Bernoulli and Multinomial equation to classify documents(Text) as ham or spam.
Stars: ✭ 6 (-45.45%)
Mutual labels:  eclipse

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].