summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add defaultLibrary modifier for builtinske2025-12-173-1/+11
|/
* Merge pull request #1226 from BradLewis/fix/implicit-selector-completion-assi...Bradley Lewis2025-12-173-82/+133
|\
| * Fix implicit selector completions for proc call args within assignmentsBrad Lewis2025-12-173-82/+133
|/
* Merge pull request #1225 from BradLewis/fix/score_vars_starting_with_undersco...Bradley Lewis2025-12-161-0/+4
|\
| * Reduce scores for symbols starting with `_`Brad Lewis2025-12-161-0/+4
|/
* Merge pull request #1224 from BradLewis/fix/semantic-tokens-fullBradley Lewis2025-12-161-1/+1
|\
| * Always set semantic token full capabilities to true when enabledBrad Lewis2025-12-161-1/+1
|/
* Merge pull request #1223 from BradLewis/fix/completion-empty-selector-followe...Bradley Lewis2025-12-163-3/+33
|\
| * Only use field for selector completions if the position is within the fieldBrad Lewis2025-12-163-3/+33
|/
* 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
|/