aboutsummaryrefslogtreecommitdiff
path: root/tests/hover_test.odin
Commit message (Expand)AuthorAgeFilesLines
* Correcly resolve overloaded procs that use array types with pointer typesBrad Lewis41 hours1-0/+22
* Add hover info when hovering over an import statementBrad Lewis5 days1-0/+23
* Add documentation to package hover infoBrad Lewis5 days1-0/+28
* Correctly resolve parapoly overloaded procs using bitfieldsBrad Lewis5 days1-0/+30
* Correctly resolve poly types from nested function calls that contain more tha...Brad Lewis5 days1-0/+20
* Fix parapoly union types being overridden incorrectlyBrad Lewis7 days1-0/+21
* Fix hover info for constant unary exprsBrad Lewis9 days1-0/+10
* Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-241-0/+20
* Improve hoverdoc formattingLouis Dutton2026-01-171-31/+31
* Correct hover info for indexed soa pointersBrad Lewis2026-01-151-0/+18
* Improve bitset completions with proc groupsBrad Lewis2025-12-301-0/+26
* 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