aboutsummaryrefslogtreecommitdiff
path: root/tests/hover_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for directivesBrad Lewis2025-12-141-0/+10
* Handle global call directivesBrad Lewis2025-12-141-0/+20
* Add hover info for variables from local call directivesBrad Lewis2025-12-141-0/+36
* Correct hover info for aliased constantsBrad Lewis2025-12-121-0/+29
* Check attributes when building the position contextBrad Lewis2025-12-061-0/+13
* Propagate docs and comments for aliases defined in other packagesBrad Lewis2025-11-301-0/+48
* Fix indentation for doc comments using `/**/` within other proceduresBrad Lewis2025-11-301-0/+34
* Correctly resolve type assertions with unary exprsBrad Lewis2025-11-291-0/+54
* Correct the resultant type for bitshiftsBrad Lewis2025-11-231-0/+13
* Fix hover type for proc calls wrapped in parensBrad Lewis2025-11-171-0/+14
* Add missing unary expr operandsBrad Lewis2025-11-171-0/+14
* Correct resolving unary exprs immediately after a function callBrad Lewis2025-11-161-0/+33
* Fix resolving named call arg types at call siteBrad Lewis2025-11-131-0/+14
* Correctly resolve struct usings that are paren exprsBrad Lewis2025-11-131-0/+16
* Add docs for local value declsBrad Lewis2025-11-131-0/+13
* added #all_or_noneA10293847562025-11-121-2/+2
* Correctly resolve exprs when immediately indexing or slicing a function callBrad Lewis2025-11-091-0/+28
* Correctly resolve poly proc returns with #soa arraysBrad Lewis2025-11-071-0/+15
* Fix resolving array selectors with local typesBrad Lewis2025-11-051-0/+15
* Fix hover info for local array typesBrad Lewis2025-11-051-0/+26
* Score overload candidates higher if they contain the correct number of argsBrad Lewis2025-11-031-0/+22
* Add missing resolves for parapoly typesBrad Lewis2025-11-021-0/+85
* Support iterating over an enumBrad Lewis2025-11-021-0/+14
* Update local consts hover info to behave like global constsBrad Lewis2025-10-301-1/+27
* Provide the resolved symbol for the proc to propagate docs and commentsBrad Lewis2025-10-291-2/+2
* Correctly resolve package and range of generic procsBrad Lewis2025-10-291-0/+21
* Add complete types for untyped expr as we now show full values for constantsBrad Lewis2025-10-291-3/+3
* Display hover information for untyped complex numbers and quaternions correctlyBrad Lewis2025-10-291-1/+26
* Correctly display hover info for bitset with underlying typeBrad Lewis2025-10-271-0/+10
* Fix displayed return type when inlining a enum, struct, or unionBrad Lewis2025-10-251-0/+30
* Improve proc group resolution with named argsBrad Lewis2025-10-111-0/+48
* Resolve proc groups called with an implicit selectorBrad Lewis2025-10-111-0/+26
* Add missing / in typeid specialization documentationBrad Lewis2025-10-081-0/+11
* Correctly resolve implicit selectors within a binary expr within a call exprBrad Lewis2025-10-071-0/+18
* Resolve types from usings before global scopeBrad Lewis2025-10-061-0/+28
* Add proc inlining information for generic procsBrad Lewis2025-10-041-0/+16
* Find and replace poly types for call exprBrad Lewis2025-09-281-0/+23
* Correctly infer types when indexing matricesBrad Lewis2025-09-251-1/+27
* Correct resolving package instead of field when name collidesBrad Lewis2025-09-241-0/+37
* Handle resolving proc overloads with nil passed as a call parameterBrad Lewis2025-09-221-0/+21
* Correct resolving basic type aliases of keywords by using the underlying iden...Brad Lewis2025-09-221-0/+29
* Substitute poly types for generic mapsBrad Lewis2025-09-221-0/+19
* Add `#type` to proc type hover information to distinguish with proc implement...Brad Lewis2025-09-211-1/+23
* Improve comp lit hover formattingBrad Lewis2025-09-211-1/+35
* Improve hover for global constant variablesBrad Lewis2025-09-211-4/+14
* Improve hover information for constant proc litsBrad Lewis2025-09-211-4/+40
* Rework how hover info is displayed for constants and typesBrad Lewis2025-09-211-127/+131
* Try to display value for const global variablesBrad Lewis2025-09-211-0/+10
* Add simd tag to simd array hover informationBrad Lewis2025-09-201-0/+20
* Add proc arg tags to hover documentationBrad Lewis2025-09-171-0/+10