CertainLach / jrsonnet

Rust implementation of Jsonnet language
MIT License
304 stars 33 forks source link

Doc generator #147

Open tskinn opened 8 months ago

tskinn commented 8 months ago

Awesome project! What would it take to add the ability to parse docs from comments like javadocs or something similar? I've always found the lack of autocomplete with function documentation makes it difficult for coworkers to adopt jssonet. If I'm able, I would like to help. I noticed you started an lsp implementation. What are you plans for that?