aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Support inlay hints with named paramsDamian Tarnawski2025-07-041-7/+6
* Replace `:=` with `=` when displaying inlay hintsDamian Tarnawski2025-07-041-1/+1
* Don't add additional space before default param inlay hints.Damian Tarnawski2025-07-041-1/+1
* Add enum values to field hover documentationBrad Lewis2025-07-032-27/+46
* Add enum base type and values to the enum symbol and update hover to include ...Brad Lewis2025-07-034-20/+48
* Add SymbolMapValue to selector resolve in the index caseBrad Lewis2025-07-031-2/+5
* Add hover information for enum fieldsBrad Lewis2025-07-031-8/+42
* Add hover information to enum implicit and explicit assignmentsBrad Lewis2025-07-031-0/+13
* Add enum completion to map keysBrad Lewis2025-07-031-2/+18
* Merge pull request #715 from BradLewis/fix/completion-label-details-proc-groupDanielGavin2025-07-031-2/+2
|\
| * Fix CompletionLabelDetails for proc groupsBrad Lewis2025-07-031-2/+2
* | Store local variables when looping over bitsetsBrad Lewis2025-07-031-0/+33
|/
* Remove `proc` from CompletionLabelDetails detailBrad Lewis2025-07-031-1/+1
* Exclude already added enum fields when adding multiple to a bitsetBrad Lewis2025-07-021-5/+15
* Add completions for enum slice elementsBrad Lewis2025-07-021-4/+11
* Improve renaming enum fields across filesBrad Lewis2025-07-022-11/+3
* String split n returns up to n elementsBrad Lewis2025-07-021-4/+4
* Update completion label details now that the labels contain commentsBrad Lewis2025-07-021-25/+21
* Fix renaming enum variantsBrad Lewis2025-07-021-1/+8
* Fix reference positions for symbols across filesBrad Lewis2025-07-021-1/+3
* Add tests for prepare rename and improve prepare rename resolutionBrad Lewis2025-07-022-51/+60
* Improve references of enums with field valuesBrad Lewis2025-07-023-14/+54
* Fix issue with struct field names being resolved as a proceeding structBrad Lewis2025-07-022-3/+9
* Find references to struct fields defined within a proc correctlyBrad Lewis2025-07-022-12/+25
* Improve resolution of struct fields across the codebaseBrad Lewis2025-07-023-5/+143
* Fix issues resolving poly proc fields and improve hover information of poly s...Brad Lewis2025-07-013-12/+68
* Set file for generic expressions to the file of the symbol, rather than the f...Brad Lewis2025-07-013-6/+8
* Improve resolution of poly struct fieldsBrad Lewis2025-07-012-1/+27
* As struct poly info to hover informationBrad Lewis2025-07-011-1/+13
* Missing cloning types for struct poly typesBrad Lewis2025-06-302-4/+6
* resolve_location_selector didn't handle SymbolEnumValueDanielGavin2025-06-301-25/+9
* Merge pull request #697 from BradLewis/feat/goto-definition-improvementsDanielGavin2025-06-302-3/+13
|\
| * Add all procedure group definitions to `goto definition` on an overloaded pro...Brad Lewis2025-06-292-3/+13
* | Merge branch 'BradLewis-fix/small-array-completion'DanielGavin2025-06-301-1/+1
|\ \
| * | Improve resolution of parameteric types with external typesBrad Lewis2025-06-291-1/+1
| |/
* | Mark collected distinct symbols as distinct and improve hover informationBrad Lewis2025-06-292-3/+9
* | Correct package information on typesBrad Lewis2025-06-291-3/+9
* | Write package for types if it differs from the package of the symbolBrad Lewis2025-06-291-10/+15
* | Correct hover information for distinct types on fieldsBrad Lewis2025-06-291-66/+64
|/
* Expand Struct_Type usingsBrad Lewis2025-06-291-0/+2
* Merge pull request #690 from BradLewis/fix/union-enum-goto-definitionDanielGavin2025-06-291-4/+14
|\
| * Add lookup to $builtin for goto definitionBrad Lewis2025-06-291-0/+4
| * Set the symbol uri when resolving enums from a unionBrad Lewis2025-06-291-4/+10
* | Move the add_local_group to the top of procDanielGavin2025-06-291-2/+2
|/
* Remove unused local id from the AstContextBrad Lewis2025-06-282-34/+15
* Make AstContext locals into a stack to fix resolving referencesBrad Lewis2025-06-283-18/+16
* Correctly resolve references within a switch case statementBrad Lewis2025-06-281-0/+1
* Improve completion struct informationBrad Lewis2025-06-273-21/+26
* Correct tests after the refactor and add comment docs to struct field complet...Brad Lewis2025-06-275-239/+294
* Consolidate documentation writing code into new file and base it around symbolsBrad Lewis2025-06-277-725/+579