index
:
odin/ols.git
action-organizeImports
ci-changes
fix-ci
fix-stale-error
index-caching
inlay-range
make-ci-work
master
objc-branch
objc-fixes
poly
remove-unused-imports
rename
semantic_tokens_range
test
uri-fix-diagnostics
use-recursion-map
Language server for Odin
Daniel Gavin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
completion.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
oops apply only to Sublime LSP
ske
2026-01-04
1
-2
/
+5
*
fix in/not_in bit_set complete
ske
2026-01-04
1
-2
/
+2
*
Merge pull request #1238 from BradLewis/fix/completions-bit-set-proc-group
Bradley Lewis
2025-12-30
1
-0
/
+5
|
\
|
*
Improve bitset completions with proc groups
Brad Lewis
2025-12-30
1
-0
/
+5
*
|
Add vector completions for using struct fields
Brad Lewis
2025-12-26
1
-93
/
+113
|
/
*
Fix completions for implicit selector proc args with default values
Brad Lewis
2025-12-23
1
-0
/
+2
*
Fix implicit selector completions for proc call args within assignments
Brad Lewis
2025-12-17
1
-76
/
+77
*
Reduce scores for symbols starting with `_`
Brad Lewis
2025-12-16
1
-0
/
+4
*
Only use field for selector completions if the position is within the field
Brad Lewis
2025-12-16
1
-1
/
+1
*
Add documentation for directives
Brad Lewis
2025-12-14
1
-68
/
+13
*
Fix selector completions for global constant declarations
Brad Lewis
2025-12-06
1
-1
/
+4
*
Provide completions for comparison binary expr and implicit selectors
Brad Lewis
2025-12-01
1
-1
/
+1
*
Fix implicit selector completions for enumerated arrays
Brad Lewis
2025-11-17
1
-80
/
+50
*
Add sortText to unimported package completions
Brad Lewis
2025-11-13
1
-0
/
+3
*
added #all_or_none
A1029384756
2025-11-12
1
-0
/
+1
*
Don't include package for union selector completions if the package has being...
Brad Lewis
2025-11-06
1
-1
/
+2
*
Add sortText to complete completion item if it's missing
Brad Lewis
2025-11-04
1
-0
/
+3
*
Remove fallback code with selector completions (requires odin parser changes)
Brad Lewis
2025-11-02
1
-14
/
+11
*
Correctly provide completions for proc default args that are a selector expr
Brad Lewis
2025-10-30
1
-0
/
+2
*
Fix provided incorrect completions for named call args
Brad Lewis
2025-10-25
1
-0
/
+3
*
Add identifier completions for array-like comp lits
Brad Lewis
2025-10-19
1
-1
/
+6
*
Remove `.` when doing implicit selector completions in a union type switch
Brad Lewis
2025-10-17
1
-0
/
+5
*
Enable auto import completion for all collections
Brad Lewis
2025-10-07
1
-15
/
+15
*
Fix ordering of completions with same score
Brad Lewis
2025-09-28
1
-3
/
+7
*
Correct array like method completions by resolving the selector before the field
Brad Lewis
2025-09-23
1
-4
/
+4
*
Check to see if completion already includes `&` before adding it when matching
Brad Lewis
2025-09-20
1
-3
/
+25
*
Revert "Merge pull request #1010 from BradLewis/fix/completions-selector-in-s...
Brad Lewis
2025-09-13
1
-2
/
+0
*
Revert "Merge pull request #1011 from BradLewis/fix/completions-select-in-sel...
Brad Lewis
2025-09-13
1
-7
/
+2
*
Correct selector completions within selector call exprs
Brad Lewis
2025-09-13
1
-2
/
+7
*
Resolve selector completions when a selector expr within a selector call expr
Brad Lewis
2025-09-13
1
-0
/
+2
*
Remove completions when entering bit_field or struct field names
Brad Lewis
2025-09-08
1
-0
/
+22
*
Merge pull request #983 from BradLewis/feat/improve-semantic-types
Bradley Lewis
2025-09-08
1
-0
/
+1
|
\
|
*
Mark struct and bitset fields correctly
Brad Lewis
2025-09-08
1
-0
/
+1
*
|
Provide full path for union enum completion labels
Brad Lewis
2025-09-08
1
-9
/
+95
|
/
*
First pass at scoring completion items
Brad Lewis
2025-09-07
1
-6
/
+30
*
Add completion for poly type narrowing
Brad Lewis
2025-09-06
1
-0
/
+6
*
Construct current package from the current file when searching index
Brad Lewis
2025-08-31
1
-5
/
+4
*
Use current package rather than file path to filter private symbols
Brad Lewis
2025-08-31
1
-2
/
+3
*
Only clean identifiers for completions
Brad Lewis
2025-08-30
1
-1
/
+1
*
Process defer statements and correct hover info for anonymous types
Brad Lewis
2025-08-28
1
-6
/
+1
*
Merge pull request #906 from BradLewis/feat/handle-pointers-on-proc-args
Bradley Lewis
2025-08-26
1
-40
/
+197
|
\
|
*
Add completion for passing a dynamic array to a proc that expects a slice
Brad Lewis
2025-08-24
1
-10
/
+16
|
*
Add configuration for enabling pointer matching on completion
Brad Lewis
2025-08-24
1
-19
/
+34
|
*
Add special case for handling `append` for dynamic arrays
Brad Lewis
2025-08-24
1
-13
/
+44
|
*
Handle untyped symbols
Brad Lewis
2025-08-24
1
-1
/
+7
|
*
Compare symbols uri and range rather than trying to see if they're same type
Brad Lewis
2025-08-24
1
-1
/
+1
|
*
Check types before adding pointer completion
Brad Lewis
2025-08-24
1
-2
/
+7
|
*
Ignore `any` arg types
Brad Lewis
2025-08-24
1
-60
/
+80
|
*
Handle pointers for selector expressions
Brad Lewis
2025-08-24
1
-3
/
+19
|
*
Handle pointers when passing variables to procedure arguments
Brad Lewis
2025-08-24
1
-15
/
+73
[next]