summaryrefslogtreecommitdiff
path: root/tests/hover_test.odin
Commit message (Expand)AuthorAgeFilesLines
...
* Add completion and hover information for builtin typesBrad Lewis2025-08-241-0/+14
* Always collect private symbols and filter them when resolvingBrad Lewis2025-08-221-0/+35
* Correct hover info for soa pointersBrad Lewis2025-08-201-0/+16
* Improve resolving types of binary expressionsBrad Lewis2025-08-201-0/+10
* Resolve multipointer slice rangesBrad Lewis2025-08-191-0/+13
* Merge pull request #912 from BradLewis/chore/propagate-docs-proc-groupsBradley Lewis2025-08-191-4/+6
|\
| * Propagate proc group comments when hover hover a proc group callBrad Lewis2025-08-191-4/+6
* | Correctly resolve string indexingBrad Lewis2025-08-191-0/+39
|/
* Correct check for mutable locals when parsing non mutable onlyBrad Lewis2025-08-181-0/+15
* Add support for soa pointersBrad Lewis2025-08-171-0/+33
* Correctly handle fixed array #soaBrad Lewis2025-08-171-0/+17
* Handle references and go to definition for soa fieldsBrad Lewis2025-08-171-1/+1
* Add hover information for soa fields and variablesBrad Lewis2025-08-171-1/+34
* Add #soa to hover informationBrad Lewis2025-08-171-0/+32
* Add struct tags to hover informationBrad Lewis2025-08-171-0/+73
* Improvements with hover info and distinct symbolsBrad Lewis2025-08-171-2/+12
* Show proc calling convention and tags in proc types defined in struct fieldsBrad Lewis2025-08-171-2/+14
* Add `Matrix_Type` to build string nodeBrad Lewis2025-08-171-0/+17
* 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