DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

Include same line comments in variable hover #340

Closed thetarnav closed 3 months ago

thetarnav commented 3 months ago
// this comment is visible on hover
foo: int

bar: int // this comment is NOT visible on hover

Not sure if this doable but just an idea.

DanielGavin commented 3 months ago

I don't decide what's inside the comments of the ast. That's really up to core:odin/parser.

It would have to be an issue for Odin.