vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
92 stars 10 forks source link

refactor: simplify doc_comment_extractor, slightly reduce load #51

Closed ttytm closed 5 months ago

ttytm commented 5 months ago

Simplifying, hoping to make the code semantically easier to follow for maintainability, and removing a repeated variable declaration out of a loop where it is not necessary.