aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added empty context to expect_action for now.action-organizeImportsDanielGavin2025-12-141-1/+1
* Add support for action: source.organizeImportsDanielGavin2025-12-142-7/+84
* Merge pull request #1218 from BradLewis/feat/directive-docsBradley Lewis2025-12-146-177/+203
|\
| * Add documentation for directivesBrad Lewis2025-12-146-177/+203
|/
* Merge pull request #1217 from BradLewis/feat/add-directivesBradley Lewis2025-12-145-9/+97
|\
| * Handle global call directivesBrad Lewis2025-12-142-3/+24
| * Add hover info for variables from local call directivesBrad Lewis2025-12-145-7/+74
|/
* Merge pull request #1216 from BradLewis/fix/signature-orderBradley Lewis2025-12-141-4/+4
|\
| * Display call signature before comp litBrad Lewis2025-12-141-4/+4
|/
* Merge pull request #1215 from BradLewis/fix/hover-info-aliasesBradley Lewis2025-12-123-2/+31
|\
| * Correct hover info for aliased constantsBrad Lewis2025-12-123-2/+31
|/
* Merge pull request #1214 from BradLewis/feat/optional-comp-lit-signature-helpBradley Lewis2025-12-122-1/+3
|\
| * Add readme description for `enable_comp_lit_signature_help`Brad Lewis2025-12-122-1/+3
* | Merge pull request #1211 from BradLewis/feat/optional-comp-lit-signature-helpBradley Lewis2025-12-118-58/+201
|\|
| * Add optional feature for displaying signature help for comp literalsBrad Lewis2025-12-118-58/+201
|/
* Merge pull request #1209 from BradLewis/fix/selector-completions-global-constBradley Lewis2025-12-072-1/+22
|\
| * Fix selector completions for global constant declarationsBrad Lewis2025-12-062-1/+22
|/
* Merge pull request #1205 from BradLewis/feat/add-attributes-to-position-contextBradley Lewis2025-12-064-1/+60
|\
| * Handle references with attributesBrad Lewis2025-12-062-0/+22
| * Check attributes when building the position contextBrad Lewis2025-12-062-1/+38
|/
* Merge pull request #1204 from BradLewis/feat/profile-defines-and-archBradley Lewis2025-12-066-32/+39
|\
| * Add support for ols config profiles with defines and archBrad Lewis2025-12-066-32/+39
* | Merge pull request #1202 from BradLewis/fix/generic-struct-field-with-default...Bradley Lewis2025-12-031-3/+9
|\ \ | |/ |/|
| * Fix crash when using a generic proc in a struct field with a default valueBrad Lewis2025-12-021-3/+9
|/
* Merge pull request #1199 from BradLewis/fix/implicit-selector-completion-bina...Bradley Lewis2025-12-012-1/+18
|\
| * Provide completions for comparison binary expr and implicit selectorsBrad Lewis2025-12-012-1/+18
|/
* Merge pull request #1195 from BradLewis/fix/propagate-docs-comments-aliases-i...Bradley Lewis2025-11-302-0/+54
|\
| * Propagate docs and comments for aliases defined in other packagesBrad Lewis2025-11-302-0/+54
|/
* Merge pull request #1194 from BradLewis/fix/doc-comments-nested-typesBradley Lewis2025-11-302-2/+54
|\
| * Fix indentation for doc comments using `/**/` within other proceduresBrad Lewis2025-11-302-2/+54
|/
* Merge pull request #1193 from BradLewis/fix/union-pointerBradley Lewis2025-11-302-0/+60
|\
| * Correctly resolve type assertions with unary exprsBrad Lewis2025-11-292-0/+60
|/
* Merge pull request #1190 from BradLewis/fix/bitshift-result-typesBradley Lewis2025-11-242-0/+15
|\
| * Correct the resultant type for bitshiftsBrad Lewis2025-11-232-0/+15
|/
* Merge pull request #1189 from BradLewis/fix/unary-expr-function-callBradley Lewis2025-11-172-2/+41
|\
| * Fix hover type for proc calls wrapped in parensBrad Lewis2025-11-172-1/+26
| * Add missing unary expr operandsBrad Lewis2025-11-172-1/+15
|/
* Merge pull request #1186 from BradLewis/fix/implicit-selector-completion-impr...Bradley Lewis2025-11-172-80/+99
|\
| * Fix implicit selector completions for enumerated arraysBrad Lewis2025-11-172-80/+99
|/
* Merge pull request #1185 from BradLewis/fix/unary-expr-function-callBradley Lewis2025-11-172-4/+46
|\
| * Correct resolving unary exprs immediately after a function callBrad Lewis2025-11-162-4/+46
|/
* Merge pull request #1183 from BradLewis/fix/infinite-resolution-loopBradley Lewis2025-11-151-38/+68
|\
| * Add caching for resolving overloaded functions to fix issue with infinitely t...Brad Lewis2025-11-141-38/+68
|/
* Merge pull request #1180 from BradLewis/fix/named-call-arg-typesBradley Lewis2025-11-132-7/+33
|\
| * Fix resolving named call arg types at call siteBrad Lewis2025-11-132-7/+33
* | Merge pull request #1179 from BradLewis/fix/struct-using-with-parensBradley Lewis2025-11-132-1/+21
|\|
| * Correctly resolve struct usings that are paren exprsBrad Lewis2025-11-132-1/+21
|/
* Merge pull request #1178 from BradLewis/fix/add-sorttext-unimported-packagesBradley Lewis2025-11-131-0/+3
|\
| * Add sortText to unimported package completionsBrad Lewis2025-11-131-0/+3
|/
* Merge pull request #1174 from BradLewis/fix/local-variables-docsBradley Lewis2025-11-136-8/+33
|\