aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* undo formatting changes in unrelated fileNathaniel Saxe11 days1-8/+12
* sep=''Nathaniel Saxe11 days1-1/+1
* refactor into file; handle indentationNathaniel Saxe11 days3-193/+214
* Merge branch 'master' into masterNathaniel Saxe11 days26-291/+1351
|\
| * Merge pull request #1268 from pnarimani/invert-ifBradley Lewis12 days3-0/+424
| |\
| | * Merge branch 'master' into invert-ifpc2026-01-3110-8/+18
| | |\
| | * | fix: code action is no longer available inside the block of if statementmoonz2026-01-301-9/+4
| | * | feat: add invert if actionpc2026-01-303-0/+429
| * | | Merge pull request #1252 from gxhamster/custom-config-pathDanielGavin13 days1-0/+20
| |\ \ \ | | |_|/ | |/| |
| | * | Feat: Add support for odinfmt custom config pathIyaan Azeez2026-01-141-0/+20
| * | | Fix null dereference when pkg is nil in collectorBrad Lewis2026-02-011-1/+1
| * | | #+feature using-stmtTasha Companion2026-01-3010-7/+17
| | |/ | |/|
| * | feat: added one more test to make sure there are no edge casesmoonz2026-01-271-4/+0
| * | Merge branch 'overload_resolution' into fake_method_groupmoonz2026-01-274-83/+101
| |\ \
| | * \ Merge branch 'master' into overload_resolutionmoonz2026-01-274-83/+101
| | |\ \
| | | * | Add option to put the signature help for comp lits in the docs to improve ren...Brad Lewis2026-01-274-81/+99
| * | | | feat: add completion edit text test for proc group with single argumentpc2026-01-272-2/+61
| * | | | feat: suggest proc group instead of individual procspc2026-01-273-125/+444
| |/ / /
| * | | refactor: cleaning up the methods and config readingmoonz2026-01-273-36/+66
| * | | feat: added a feature flag to turn overload resoution on and offmoonz2026-01-274-7/+15
| * | | feat: go to resolved proc from a proc overload group when performing go-to-de...moonz2026-01-271-4/+89
| |/ /
| * | Fix signature labels displaying empty symbol in definitions after commasBrad Lewis2026-01-251-0/+3
| * | Correctly resolve child parapoly structsBrad Lewis2026-01-241-0/+10
| * | Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-248-6/+25
| * | Improve hoverdoc formattingLouis Dutton2026-01-177-60/+93
| * | Correct hover info for indexed soa pointersBrad Lewis2026-01-151-6/+29
| |/
| * oops apply only to Sublime LSPske2026-01-041-2/+5
| * fix in/not_in bit_set completeske2026-01-041-2/+2
* | first put existing cases in order, then put in new casesNathaniel Saxe11 days1-25/+30
* | private my helper functions so as not to pollute namespaceNathaniel Saxe2026-01-311-0/+3
* | fix: reset ast context between resolve callsNathaniel Saxe2026-01-311-2/+12
* | more or less handle union types - TODO in appropriate places on why not compl...Nathaniel Saxe2026-01-302-4/+13
* | rm logsNathaniel Saxe2026-01-021-2/+0
* | make it work for enum switch statements as wellNathaniel Saxe2026-01-021-25/+66
* | populate remaining switch cases action for enumsNathaniel Saxe2026-01-011-0/+126
|/
* Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-groupBradley Lewis2025-12-302-0/+10
|\
| * Improve bitset completions with proc groupsBrad Lewis2025-12-302-0/+10
* | Add vector completions for using struct fieldsBrad Lewis2025-12-262-96/+123
|/
* Merge pull request #1230 from lucypero/add-optionsDanielGavin2025-12-232-16/+23
|\
| * Add option to align struct value assignmentLucy2025-12-212-2/+4
| * 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
* | Fix completions for implicit selector proc args with default valuesBrad Lewis2025-12-231-0/+2
|/
* Add defaultLibrary modifier for builtinske2025-12-173-1/+11
* Fix implicit selector completions for proc call args within assignmentsBrad Lewis2025-12-172-77/+92
* Reduce scores for symbols starting with `_`Brad Lewis2025-12-161-0/+4
* Always set semantic token full capabilities to true when enabledBrad Lewis2025-12-161-1/+1
* Only use field for selector completions if the position is within the fieldBrad Lewis2025-12-162-3/+1