Joe Betz

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Joe Betz created a post, How to add javadoc style documentation comments to a language plugin?
When adding a custom language plugin for Courier, I added support for javadoc style documentation comments, e.g.: /** * A comment. */record Example {} I've mimicked the behavior of the Intellij J... -