aboutsummaryrefslogtreecommitdiff
path: root/tests/hover_test.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly render hover information for maps with empty struct valuesBrad Lewis2025-08-131-0/+10
* Check if fixed arrays are the same length for proc overloadsBrad Lewis2025-08-131-0/+18
* Handle field return with custom iterator procsBrad Lewis2025-08-121-0/+18
* Correctly handle field return values from procsBrad Lewis2025-08-121-0/+16
* Show poly struct information on types from external packages and resolve iden...Brad Lewis2025-08-121-0/+35
* Revert filtering docs above symbols due to issues when using attributesBrad Lewis2025-08-121-12/+0
* Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-121-0/+126
* Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-121-126/+0
* Pass foreign block attributes to the body elementsBrad Lewis2025-08-111-0/+126
* Show nested bit fields correctlyBrad Lewis2025-08-111-0/+21
* Correct all the newly broken tests due to changesBrad Lewis2025-08-111-2/+2
* Attempt consolidate structure for writing docsBrad Lewis2025-08-111-18/+18
* Remove type information from the signature and write nested struct fields cor...Brad Lewis2025-08-111-6/+59
* Add missing binary expr operatorsBrad Lewis2025-08-111-0/+36
* Correctly resolve bit_set union and intersections with comp litsBrad Lewis2025-08-111-0/+36
* Add union align and kind to hover informationBrad Lewis2025-08-091-0/+29
* Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-localsDanielGavin2025-08-091-0/+35
|\
| * Implement method to resolve poly return types based on the types of local var...Brad Lewis2025-08-091-0/+35
* | Remove incorrectly added doc comments from symbolsBrad Lewis2025-08-071-5/+13
|/
* Resolve poly type variablesBrad Lewis2025-08-041-0/+18
* Add documentation to union variantsBrad Lewis2025-08-031-0/+41
* Add documentation to enum fieldsBrad Lewis2025-08-031-0/+59
* Refactor more code into separate procs to reduce stack sizeBrad Lewis2025-08-021-1/+1
* Handle procs returning named proc typeBrad Lewis2025-08-021-5/+57
* Handle multiple returnsBrad Lewis2025-08-011-0/+28
* Correctly resolve locals when immediately calling a proc that returns a procBrad Lewis2025-07-311-0/+28
* Merge pull request #807 from BradLewis/feat/builtin-proc-improvementsDanielGavin2025-07-311-0/+117
|\
| * Improve builtin proc resolution, complex and quaternion procs and add missing...Brad Lewis2025-07-301-0/+117
* | Correctly handle the alias of `u8` and `byte`Brad Lewis2025-07-301-0/+30
|/
* Add parapoly information to union documentationBrad Lewis2025-07-301-0/+54
* Fix issue looking up using package when resolving typesBrad Lewis2025-07-301-0/+39
* Resolve switch statement init for localsBrad Lewis2025-07-301-0/+23
* Create constructors for field symbolsBrad Lewis2025-07-291-2/+2
* Only override docs for re-exported items if there is new documentation on the...Brad Lewis2025-07-271-0/+59
* Correctly resolve enum value_declBrad Lewis2025-07-261-0/+17
* Resolve builtin max, min, clamp and abs return types correctlyBrad Lewis2025-07-241-0/+160
* Add proc inlining information to hoverBrad Lewis2025-07-221-0/+28
* Add proc attribute to hover informationBrad Lewis2025-07-221-0/+24
* Add proc directives to hover informationBrad Lewis2025-07-221-0/+10
* Add proc calling convention to hover informationBrad Lewis2025-07-221-0/+10
* Move comments from details to the end of the docs for the symbol andBrad Lewis2025-07-221-18/+18
* Correctly prioritise and resolve overloaded functions with usings and unionsBrad Lewis2025-07-201-0/+110
* Fix issue resolving overloaded procs that contained union parametersBrad Lewis2025-07-201-0/+34
* Add hover information for where clause variablesBrad Lewis2025-07-191-0/+13
* Correctly resolve named params with default valuesBrad Lewis2025-07-151-0/+38
* Resolve hover for procedure parameter namesBrad Lewis2025-07-151-18/+34
* Fix issue resolving comparison binary exprBrad Lewis2025-07-131-0/+23
* Update all short signatures to be consistent across typesBrad Lewis2025-07-121-2/+180
* Add comments when hovering basic struct fields and no longer show the underly...Brad Lewis2025-07-121-4/+58
* Fix issue resolving overloaded proc when the string passed in came from a dif...Brad Lewis2025-07-101-0/+47