aboutsummaryrefslogtreecommitdiff
path: root/tests/hover_test.odin
Commit message (Expand)AuthorAgeFilesLines
* function overload now handles shared types in function. Hover should also sho...DanielGavin2024-10-051-2/+27
* Fix issues with package name and variable name clashDanielGavin2024-10-031-0/+25
* Make sure not to return $ for identifiers.DanielGavin2024-10-031-5/+19
* Merge pull request #454 from thetarnav/or-branch-expr-hoverDanielGavin2024-07-311-0/+63
|\
| * Simplify or_else testDamian Tarnawski2024-07-291-3/+1
| * Remove tests I didn't want to commitDamian Tarnawski2024-07-291-25/+0
| * Resolve type in assignments with or_else, or_continue and or_breakDamian Tarnawski2024-07-291-0/+90
* | Add missing op token when building string for unary expr nodeDamian Tarnawski2024-07-291-0/+22
|/
* Correct collecting symbols for array typesDamian Tarnawski2024-07-291-1/+22
* Check if the identifier is in the imports before checking anything else.DanielGavin2024-07-021-0/+38
* Start fixing memory leaks on tests.DanielGavin2024-06-041-2/+2
* Automatically add shared collection.DanielGavin2024-02-221-6/+6
* TypoDanielGavin2023-09-171-1/+1
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-171-1/+16
* Start working on having fake methods.DanielGavin2023-06-291-1/+1
* Make sure that sliced expressions return slices.Daniel Gavin2023-06-181-0/+14
* Add support for matrix typesDaniel Gavin2022-10-271-7/+7
* Fix issues with not collection non-mutable symbols with procedures in procedu...Daniel Gavin2022-08-281-16/+30
* More reference workDaniel Gavin2022-06-111-1/+1
* Fix hover error and change union complete typeDaniel Gavin2022-03-121-0/+18
* add comma seperation on comp_lit string representationDaniel Gavin2022-03-041-11/+30
* refractor + more testsDaniel Gavin2022-01-151-2/+2
* Fix issues with no completion on identifier in comp literal.Daniel Gavin2022-01-121-4/+28
* simplified how variables are decidedDaniel Gavin2022-01-111-1/+1
* more refractoring by trying to store the variable information on the symbol.Daniel Gavin2022-01-051-0/+42
* fixesDaniel Gavin2021-12-101-0/+18
* fix type showing correctly on package selectionDaniel Gavin2021-05-031-1/+1
* more tests + added default values in proc resolvingDaniel Gavin2021-05-011-0/+16
* testsDaniel Gavin2021-05-011-0/+7