summaryrefslogtreecommitdiff
path: root/src/server/position_context.odin
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for directivesBrad Lewis2025-12-141-0/+3
* Check attributes when building the position contextBrad Lewis2025-12-061-1/+25
* Reintroduce fallback code for selector exprsBrad Lewis2025-11-061-0/+234
* Remove fallback code with selector completions (requires odin parser changes)Brad Lewis2025-11-021-235/+2
* Check to see if completion already includes `&` before adding it when matchingBrad Lewis2025-09-201-0/+6
* Correctly resolve generic types where the underlying identifier is a pointerBrad Lewis2025-09-161-16/+15
* Revert "Merge pull request #1010 from BradLewis/fix/completions-selector-in-s...Brad Lewis2025-09-131-4/+1
* Revert "Merge pull request #1011 from BradLewis/fix/completions-select-in-sel...Brad Lewis2025-09-131-1/+1
* Correct selector completions within selector call exprsBrad Lewis2025-09-131-1/+1
* Resolve selector completions when a selector expr within a selector call exprBrad Lewis2025-09-131-1/+4
* Improve resolving symbols on struct field container typesBrad Lewis2025-09-011-1/+15
* Move position context code into it's own fileBrad Lewis2025-08-241-0/+842