aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #764 from BradLewis/fix/overload-proc-unionDanielGavin2025-07-201-0/+144
|\
| * 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
* | Merge pull request #766 from BradLewis/fix/type-definition-multipointerDanielGavin2025-07-201-0/+22
|\ \
| * | Correct resolve the type definition of a multipointerBrad Lewis2025-07-201-0/+22
| |/
* / Add completions for implicit binary expr for in and not_in casesBrad Lewis2025-07-201-0/+23
|/
* Merge pull request #759 from BradLewis/fix/alias-using-packageDanielGavin2025-07-191-0/+31
|\
| * Fix issue completing symbols when using an aliased packageBrad Lewis2025-07-191-0/+31
* | Correctly resolve where clause references and definitionsBrad Lewis2025-07-192-0/+38
* | Add hover information for where clause variablesBrad Lewis2025-07-191-0/+13
|/
* Correctly resolve named params with default valuesBrad Lewis2025-07-152-0/+65
* Add go to type definition for named proc paramsBrad Lewis2025-07-151-0/+24
* Add go to defintion for named proc paramsBrad Lewis2025-07-152-1/+22
* Consolidate resolving proc param namesBrad Lewis2025-07-151-2/+2
* Correctly resolve references of proc parameter namesBrad Lewis2025-07-151-0/+52
* Resolve hover for procedure parameter namesBrad Lewis2025-07-151-18/+34
* Correctly resolve proc param typeBrad Lewis2025-07-151-0/+20
* Improve finding which element to rename/find references to in struct field typesBrad Lewis2025-07-142-0/+132
* Fix issue resolving comparison binary exprBrad Lewis2025-07-131-0/+23
* Update all short signatures to be consistent across typesBrad Lewis2025-07-122-9/+188
* 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
* Add enum type to completion detailBrad Lewis2025-07-091-0/+23
* Fix issue resolving comp literals with no specified typeBrad Lewis2025-07-072-0/+72
* Fix issue resolving references for implicit selectorsBrad Lewis2025-07-071-0/+67
* Correctly resolve references when returning a structBrad Lewis2025-07-071-0/+59
* Fix issue resolving struct fields when constructed in a return statementBrad Lewis2025-07-071-0/+31
* Fix issue with structs and enum variants with the same names colliding with r...Brad Lewis2025-07-071-0/+31
* Correctly filter used unions when ptrBrad Lewis2025-07-061-0/+27
* Improvements for references and renaming of struct pointer fieldsBrad Lewis2025-07-062-0/+38
* Merge pull request #725 from connnnal/using-by-ptrDanielGavin2025-07-071-0/+61
|\
| * Oopsconnnnal2025-07-061-5/+0
| * Nitsconnnnal2025-07-061-1/+0
| * Using-by-ptr testsconnnnal2025-07-061-0/+67
* | Merge branch 'feat/reference-improvements' of https://github.com/BradLewis/ol...DanielGavin2025-07-072-10/+92
|\ \
| * | Correctly resolve struct fields that are immediately accessed from a proc returnBrad Lewis2025-07-062-0/+82
| |/
* | Remove used switch cases for unionsBrad Lewis2025-07-051-0/+27
* | Correctly handle hover, rename and references for enumerated arraysBrad Lewis2025-07-053-5/+109
* | Correctly resolve implicit selector completions for the enumerated arraysBrad Lewis2025-07-051-3/+25
* | Improve resolving enumerated arraysBrad Lewis2025-07-051-4/+120
|/
* Improvements to bitsets with enumsBrad Lewis2025-07-053-1/+74
* Improve bit_field field and variable hover informationBrad Lewis2025-07-041-0/+62
* Add using bit_field information to StructSymbolValue to use for documentationBrad Lewis2025-07-041-50/+112
* Enrich bit field hover documentationBrad Lewis2025-07-041-0/+43
* Better handle inlay hints with named params passed not in orderDamian Tarnawski2025-07-051-1/+25
* Support inlay hints with named paramsDamian Tarnawski2025-07-041-5/+34
* Replace `:=` with `=` when displaying inlay hintsDamian Tarnawski2025-07-041-5/+5
* Don't add additional space before default param inlay hints.Damian Tarnawski2025-07-041-1/+29
* Test inlay hintsDamian Tarnawski2025-07-041-0/+190
* Add enum values to field hover documentationBrad Lewis2025-07-032-3/+26