aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | oops apply only to Sublime LSPske2026-01-041-2/+5
| * | fix in/not_in bit_set completeske2026-01-041-2/+2
|/ /
* | Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-groupBradley Lewis2025-12-304-0/+61
|\ \
| * | Improve bitset completions with proc groupsBrad Lewis2025-12-304-0/+61
* | | Merge pull request #1236 from BradLewis/feat/add-vector-completions-for-using...Bradley Lewis2025-12-263-96/+159
|\ \ \ | |/ / |/| |
| * | Add vector completions for using struct fieldsBrad Lewis2025-12-263-96/+159
|/ /
* | Merge pull request #1230 from lucypero/add-optionsDanielGavin2025-12-234-16/+37
|\ \
| * | Add option to align struct value assignmentLucy2025-12-214-2/+11
| * | Add config parameter to schemaLucy2025-12-211-0/+5
| * | Add docsLucy2025-12-211-0/+2
| * | Fix formattingLucy2025-12-211-2/+1
| * | Fix bugLucy2025-12-211-14/+17
| * | Add config flag to align struct fieldsLucy2025-12-212-4/+7
| * | Remove field type alignmentLucy2025-12-211-1/+1
* | | Merge pull request #1231 from larzconwell/masterDanielGavin2025-12-233-11/+26
|\ \ \
| * | | Add odinfmt to release zipsLarz Conwell2025-12-211-10/+16
| * | | Build odinfmt in CILarz Conwell2025-12-212-1/+10
| |/ /
* | | Merge pull request #1233 from BradLewis/fix/proc-arg-default-value-completionsBradley Lewis2025-12-232-0/+24
|\ \ \ | |/ / |/| |
| * | Fix completions for implicit selector proc args with default valuesBrad Lewis2025-12-232-0/+24
|/ /
* | Merge pull request #1228 from ske2004/add-default-library-modifier-for-builtinsBradley Lewis2025-12-183-1/+11
|\ \
| * | 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
|\ \ | |/ |/|