aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Reintroduce fallback code for selector exprsBrad Lewis2025-11-061-0/+77
|
* Resolve implicit selector switch statements before index expressionsBrad Lewis2025-11-061-0/+40
|
* Fix resolving array selectors with local typesBrad Lewis2025-11-051-0/+15
|
* Fix hover info for local array typesBrad Lewis2025-11-051-0/+26
|
* Score overload candidates higher if they contain the correct number of argsBrad Lewis2025-11-031-0/+22
|
* Remove fallback code with selector completions (requires odin parser changes)Brad Lewis2025-11-022-1/+26
|
* Add missing resolves for parapoly typesBrad Lewis2025-11-021-0/+85
|
* Support iterating over an enumBrad Lewis2025-11-021-0/+14
|
* Correctly resolve local when blocksBrad Lewis2025-10-301-0/+36
|
* Fix completions after casting a pointer to another typeBrad Lewis2025-10-301-0/+23
|
* Update local consts hover info to behave like global constsBrad Lewis2025-10-301-1/+27
|
* Correctly provide completions for proc default args that are a selector exprBrad Lewis2025-10-301-0/+20
|
* Provide the resolved symbol for the proc to propagate docs and commentsBrad Lewis2025-10-291-2/+2
|
* Correctly resolve package and range of generic procsBrad Lewis2025-10-291-0/+21
|
* Add complete types for untyped expr as we now show full values for constantsBrad Lewis2025-10-291-3/+3
|
* Display hover information for untyped complex numbers and quaternions correctlyBrad Lewis2025-10-291-1/+26
|
* Correctly resolve enum types that are array valuesBrad Lewis2025-10-281-0/+18
|
* Correctly display hover info for bitset with underlying typeBrad Lewis2025-10-271-0/+10
|
* Fix displayed return type when inlining a enum, struct, or unionBrad Lewis2025-10-251-0/+30
|
* Fix provided incorrect completions for named call argsBrad Lewis2025-10-251-0/+26
|
* Add identifier completions for array-like comp litsBrad Lewis2025-10-191-1/+16
|
* Fix issue calculating the absolute range with a file starting with a new lineBrad Lewis2025-10-161-0/+36
|
* Improve proc group resolution with named argsBrad Lewis2025-10-111-0/+48
|
* Resolve proc groups called with an implicit selectorBrad Lewis2025-10-111-0/+26
|
* Add missing / in typeid specialization documentationBrad Lewis2025-10-081-0/+11
|
* Correctly resolve implicit selectors within a binary expr within a call exprBrad Lewis2025-10-071-0/+18
|
* Resolve types from usings before global scopeBrad Lewis2025-10-061-0/+28
|
* Add proc inlining information for generic procsBrad Lewis2025-10-041-0/+16
|
* Correctly provide completions when calling a proc immediately after a proc ↵Brad Lewis2025-10-041-0/+49
| | | | overload call
* Find and replace poly types for call exprBrad Lewis2025-09-281-0/+23
|
* Replace arrow symbol with underscore in inlay hintsDamian Tarnawski2025-09-271-1/+1
|
* Add inlay hints for implicit return values (closes #1058)Damian Tarnawski2025-09-261-0/+23
|
* Correctly infer types when indexing matricesBrad Lewis2025-09-251-1/+27
|
* Goto definition on package use goes to package declarationBrad Lewis2025-09-241-0/+48
|
* Correct resolving package instead of field when name collidesBrad Lewis2025-09-241-0/+37
|
* Handle resolving proc overloads with nil passed as a call parameterBrad Lewis2025-09-221-0/+21
|
* Correct resolving basic type aliases of keywords by using the underlying ↵Brad Lewis2025-09-221-0/+29
| | | | ident name rather than the symbol name
* Substitute poly types for generic mapsBrad Lewis2025-09-221-0/+19
|
* Add `#type` to proc type hover information to distinguish with proc ↵Brad Lewis2025-09-211-1/+23
| | | | implementations
* Improve comp lit hover formattingBrad Lewis2025-09-211-1/+35
|
* Improve hover for global constant variablesBrad Lewis2025-09-211-4/+14
|
* Improve hover information for constant proc litsBrad Lewis2025-09-212-6/+42
|
* Rework how hover info is displayed for constants and typesBrad Lewis2025-09-213-171/+175
|
* Try to display value for const global variablesBrad Lewis2025-09-211-0/+10
|
* Correctly resolve references for union field pointer typesBrad Lewis2025-09-211-0/+21
|
* Add simd tag to simd array hover informationBrad Lewis2025-09-201-0/+20
|
* Check to see if completion already includes `&` before adding it when matchingBrad Lewis2025-09-201-0/+40
|
* Correctly parse param default value for semantic typesBrad Lewis2025-09-171-0/+24
|