summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1247 from larzconwell/release-odinfmt-executabledev-2025-12Bradley Lewis2026-01-061-4/+4
|\
| * Make release odinfmt executableLarz Conwell2026-01-051-4/+4
|/
* Merge pull request #1244 from ske2004/fix_in_not_inBradley Lewis2026-01-051-2/+5
|\ | | | | fix `in`/`not_in` bit_set complete
| * 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 groups
| * Improve bitset completions with proc groupsBrad Lewis2025-12-304-0/+61
| |
* | Merge pull request #1236 from ↵Bradley Lewis2025-12-263-96/+159
|\ \ | |/ |/| | | | | BradLewis/feat/add-vector-completions-for-using-struct-fields Add vector completions for using struct fields
| * 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 config option to not align struct fields
| * 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
|\ \ | | | | | | Include odinfmt in release assets
| * | 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 values
| * 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 builtin
| * Add defaultLibrary modifier for builtinske2025-12-173-1/+11
|/
* Merge pull request #1226 from ↵Bradley Lewis2025-12-173-82/+133
|\ | | | | | | | | BradLewis/fix/implicit-selector-completion-assignment-proc-arg Fix implicit selector completions for proc call args within assignments
| * Fix implicit selector completions for proc call args within assignmentsBrad Lewis2025-12-173-82/+133
|/
* Merge pull request #1225 from ↵Bradley Lewis2025-12-161-0/+4
|\ | | | | | | | | BradLewis/fix/score_vars_starting_with_underscore_lower Reduce scores for symbols starting with `_`
| * 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 enabled
| * Always set semantic token full capabilities to true when enabledBrad Lewis2025-12-161-1/+1
|/
* Merge pull request #1223 from ↵Bradley Lewis2025-12-163-3/+33
|\ | | | | | | | | BradLewis/fix/completion-empty-selector-followed-by-ident Only use field for selector completions if the position is within the field
| * 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 directives
| * Add documentation for directivesBrad Lewis2025-12-146-177/+203
|/
* Merge pull request #1217 from BradLewis/feat/add-directivesBradley Lewis2025-12-145-9/+97
|\ | | | | Handle return types from call directives
| * 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 lit
| * 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 constants
| * 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`
| * 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 literals
| * 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 declarations
| * 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
|\ | | | | Add attributes to position context
| * Handle references with attributesBrad Lewis2025-12-062-0/+22
| |
| * Check attributes when building the position contextBrad Lewis2025-12-062-1/+38
|/