aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add enum base type and values to the enum symbol and update hover to include ↵Brad Lewis2025-07-031-0/+14
| | | | that information
* Add SymbolMapValue to selector resolve in the index caseBrad Lewis2025-07-031-0/+17
|
* Add hover information for enum fieldsBrad Lewis2025-07-031-0/+26
|
* Add hover information to enum implicit and explicit assignmentsBrad Lewis2025-07-031-0/+36
|
* Add enum completion to map keysBrad Lewis2025-07-031-1/+19
|
* Store local variables when looping over bitsetsBrad Lewis2025-07-031-0/+20
|
* Exclude already added enum fields when adding multiple to a bitsetBrad Lewis2025-07-021-0/+18
|
* Add completions for enum slice elementsBrad Lewis2025-07-021-0/+16
|
* Add tests for prepare rename and improve prepare rename resolutionBrad Lewis2025-07-021-0/+205
|
* Improve references of enums with field valuesBrad Lewis2025-07-021-0/+45
|
* Find references to struct fields defined within a proc correctlyBrad Lewis2025-07-021-0/+29
|
* Fix issues resolving poly proc fields and improve hover information of poly ↵Brad Lewis2025-07-011-0/+100
| | | | structs
* Set file for generic expressions to the file of the symbol, rather than the ↵Brad Lewis2025-07-012-1/+162
| | | | file where it is used
* As struct poly info to hover informationBrad Lewis2025-07-011-0/+14
|
* resolve_location_selector didn't handle SymbolEnumValueDanielGavin2025-06-301-13/+32
|
* Merge branch 'BradLewis-fix/small-array-completion'DanielGavin2025-06-301-31/+166
|\
| * Improve resolution of parameteric types with external typesBrad Lewis2025-06-291-0/+128
| |
* | Mark collected distinct symbols as distinct and improve hover informationBrad Lewis2025-06-291-0/+39
| |
* | Correct package information on typesBrad Lewis2025-06-291-1/+1
| |
* | Write package for types if it differs from the package of the symbolBrad Lewis2025-06-291-0/+28
| |
* | Correct hover information for distinct types on fieldsBrad Lewis2025-06-291-1/+18
|/
* Expand Struct_Type usingsBrad Lewis2025-06-291-0/+22
|
* Make AstContext locals into a stack to fix resolving referencesBrad Lewis2025-06-281-0/+78
|
* Correctly resolve references within a switch case statementBrad Lewis2025-06-281-0/+36
|
* Improve completion struct informationBrad Lewis2025-06-271-6/+40
|
* Correct tests after the refactor and add comment docs to struct field ↵Brad Lewis2025-06-272-4/+4
| | | | completions
* Consolidate documentation writing code into new file and base it around symbolsBrad Lewis2025-06-271-2/+2
|
* Merge pull request #678 from BradLewis/feat/proc-hover-commentsDanielGavin2025-06-271-0/+51
|\ | | | | Add proc comments to hover information
| * Add proc comments to hover informationBrad Lewis2025-06-251-0/+51
| |
* | Correctly resolve references with param_exprBrad Lewis2025-06-271-0/+33
|/
* Improve references/renaming for enums.DanielGavin2025-06-251-20/+53
|
* Merge pull request #676 from BradLewis/feat/struct-hover-improvementsDanielGavin2025-06-252-3/+134
|\ | | | | Improvements to struct hover information
| * Introduce a builder for `SymbolStructValue` and add docs and comments toBrad Lewis2025-06-242-3/+134
| | | | | | | | struct hover
* | Add better support for goto and hover in index of enumerated array.DanielGavin2025-06-251-0/+28
| |
* | Add hover and definition on comp literals with enumerated arrays.DanielGavin2025-06-251-80/+47
| |
* | Fix issues with non-mutable decls in nested blocks.DanielGavin2025-06-251-22/+30
|/
* Merge pull request #662 from BradLewis/feat/type-definitionDanielGavin2025-06-173-0/+939
|\ | | | | Add support for `textDocument/typeDefinition`
| * Correctly handle type castsBrad Lewis2025-06-131-0/+29
| |
| * Correctly handle array types of pointersBrad Lewis2025-06-131-0/+26
| |
| * Correctly handle pointer typesBrad Lewis2025-06-131-1/+121
| |
| * Add textDocument/typeDefinition supportBrad Lewis2025-06-133-0/+764
| |
* | Correctly resolve overloaded call argument types with parametric typesBrad Lewis2025-06-161-0/+76
| |