marlon407 / code-groovy

21 stars 6 forks source link

Feature: Add support for Groovydoc Hovers #32

Open samrocketman opened 1 year ago

samrocketman commented 1 year ago

https://marketplace.visualstudio.com/items?itemName=redhat.java supports Javadoc hovers. I extensively use Groovydoc for my project.

Example Project

You can use my open source project to help with development. It uses VSCode dev containters and is integrated with Vagrant.

Screenshots

Screenshot of JavaDoc feature:

Screenshot taken at 2022-11-18_14-28-34 Screenshot taken at 2022-11-18_14-27-29

Request

It would be nice if Groovydoc rendered similarly to Javadoc with code blocks, rich HTML, and cross-class and cross-package links.