DanielGavin / ols

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

Include struct field comments on hover #341

Open thetarnav opened 3 months ago

thetarnav commented 3 months ago
Foo :: struct {
    // this comment should be visible when hovering over foo.bar
    bar: int,
}
foo: Foo