summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add hover info when hovering over an import statementBrad Lewis5 days1-0/+23
|
* Add documentation to package completionsBrad Lewis5 days1-0/+28
|
* Add documentation to package hover infoBrad Lewis5 days1-0/+28
|
* Correctly resolve parapoly overloaded procs using bitfieldsBrad Lewis5 days1-0/+30
|
* Correctly resolve poly types from nested function calls that contain more ↵Brad Lewis5 days1-0/+20
| | | | than one return value
* Fix parapoly union types being overridden incorrectlyBrad Lewis7 days1-0/+21
|
* Fix hover info for constant unary exprsBrad Lewis9 days1-0/+10
|
* fix: code action is no longer available inside the block of if statementmoonz2026-01-301-0/+18
|
* refactor: renamed the test file to reflect which code action is being testedmoonz2026-01-301-14/+16
|
* feat: add invert if actionpc2026-01-301-0/+380
|
* feat: added one more test to make sure there are no edge casesmoonz2026-01-271-0/+32
|
* feat: add completion edit text test for proc group with single argumentpc2026-01-271-0/+27
|
* feat: suggest proc group instead of individual procspc2026-01-271-0/+114
|
* refactor: cleaning up the methods and config readingmoonz2026-01-271-0/+2
|
* feat: go to resolved proc from a proc overload group when performing ↵moonz2026-01-271-0/+51
| | | | go-to-definition
* Fix signature labels displaying empty symbol in definitions after commasBrad Lewis2026-01-251-0/+38
|
* Correctly resolve child parapoly structsBrad Lewis2026-01-241-0/+28
|
* Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-241-0/+20
|
* Improve hoverdoc formattingLouis Dutton2026-01-172-34/+34
|
* Correct hover info for indexed soa pointersBrad Lewis2026-01-151-0/+18
|
* Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-groupBradley Lewis2025-12-302-0/+51
|\ | | | | Improve bitset completions with proc groups
| * Improve bitset completions with proc groupsBrad Lewis2025-12-302-0/+51
| |
* | Add vector completions for using struct fieldsBrad Lewis2025-12-261-0/+36
|/
* Fix completions for implicit selector proc args with default valuesBrad Lewis2025-12-231-0/+22
|
* Fix implicit selector completions for proc call args within assignmentsBrad Lewis2025-12-171-5/+41
|
* Only use field for selector completions if the position is within the fieldBrad Lewis2025-12-161-0/+32
|
* Add documentation for directivesBrad Lewis2025-12-141-0/+10
|
* Handle global call directivesBrad Lewis2025-12-141-0/+20
|
* Add hover info for variables from local call directivesBrad Lewis2025-12-141-0/+36
|
* Correct hover info for aliased constantsBrad Lewis2025-12-121-0/+29
|
* Add optional feature for displaying signature help for comp literalsBrad Lewis2025-12-111-1/+88
|
* Fix selector completions for global constant declarationsBrad Lewis2025-12-061-0/+18
|
* Handle references with attributesBrad Lewis2025-12-061-0/+18
|
* Check attributes when building the position contextBrad Lewis2025-12-061-0/+13
|
* Provide completions for comparison binary expr and implicit selectorsBrad Lewis2025-12-011-0/+17
|
* Propagate docs and comments for aliases defined in other packagesBrad Lewis2025-11-301-0/+48
|
* Fix indentation for doc comments using `/**/` within other proceduresBrad Lewis2025-11-301-0/+34
|
* Correctly resolve type assertions with unary exprsBrad Lewis2025-11-291-0/+54
|
* Correct the resultant type for bitshiftsBrad Lewis2025-11-231-0/+13
|
* Fix hover type for proc calls wrapped in parensBrad Lewis2025-11-171-0/+14
|
* Add missing unary expr operandsBrad Lewis2025-11-171-0/+14
|
* Fix implicit selector completions for enumerated arraysBrad Lewis2025-11-171-0/+49
|
* Correct resolving unary exprs immediately after a function callBrad Lewis2025-11-161-0/+33
|
* Fix resolving named call arg types at call siteBrad Lewis2025-11-131-0/+14
|
* Correctly resolve struct usings that are paren exprsBrad Lewis2025-11-131-0/+16
|
* Add docs for local value declsBrad Lewis2025-11-131-0/+13
|
* added #all_or_noneA10293847562025-11-121-2/+2
|
* Correctly resolve exprs when immediately indexing or slicing a function callBrad Lewis2025-11-091-0/+28
|
* Correctly resolve poly proc returns with #soa arraysBrad Lewis2025-11-071-0/+15
|
* Don't include package for union selector completions if the package has ↵Brad Lewis2025-11-061-0/+36
| | | | being 'using'ed