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
...
*
Fix issue resolving comp literals with no specified type
Brad Lewis
2025-07-07
1
-2
/
+25
*
Correctly filter used unions when ptr
Brad Lewis
2025-07-06
1
-4
/
+14
*
Remove used switch cases for unions
Brad Lewis
2025-07-05
1
-0
/
+6
*
Correctly resolve implicit selector completions for the enumerated arrays
Brad Lewis
2025-07-05
1
-32
/
+32
*
Improve resolving enumerated arrays
Brad Lewis
2025-07-05
1
-0
/
+18
*
Improvements to bitsets with enums
Brad Lewis
2025-07-05
1
-4
/
+11
*
Add to proc group detailed completion
Brad Lewis
2025-07-04
1
-1
/
+1
*
Add enum completion to map keys
Brad Lewis
2025-07-03
1
-2
/
+18
*
Fix CompletionLabelDetails for proc groups
Brad Lewis
2025-07-03
1
-2
/
+2
*
Remove `proc` from CompletionLabelDetails detail
Brad Lewis
2025-07-03
1
-1
/
+1
*
Exclude already added enum fields when adding multiple to a bitset
Brad Lewis
2025-07-02
1
-5
/
+15
*
String split n returns up to n elements
Brad Lewis
2025-07-02
1
-4
/
+4
*
Update completion label details now that the labels contain comments
Brad Lewis
2025-07-02
1
-25
/
+21
*
Set file for generic expressions to the file of the symbol, rather than the f...
Brad Lewis
2025-07-01
1
-2
/
+0
*
Improve resolution of poly struct fields
Brad Lewis
2025-07-01
1
-1
/
+1
*
Make AstContext locals into a stack to fix resolving references
Brad Lewis
2025-06-28
1
-1
/
+1
*
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
1
-6
/
+9
*
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
1
-121
/
+35
*
Add proc comments to hover information
Brad Lewis
2025-06-25
1
-0
/
+8
*
Add base to auto import
DanielGavin
2025-06-23
1
-2
/
+2
*
Update schema for new attribute: enable_auto_import
DanielGavin
2025-06-22
1
-0
/
+4
*
Forgot to remove debug log.
DanielGavin
2025-06-22
1
-2
/
+0
*
Auto import packages from core on completion.
DanielGavin
2025-06-22
1
-9
/
+37
*
Start working on caching the packages of your project that are not used yet.
DanielGavin
2025-06-22
1
-0
/
+26
*
Move ast.odin to server + add resolve_when_condition
DanielGavin
2025-06-20
1
-23
/
+19
*
Improve resolution of comp literals
Brad Lewis
2025-06-13
1
-40
/
+17
*
Fix issue with field completions in multi-pointer structs and rename `SymbolM...
Brad Lewis
2025-06-13
1
-19
/
+43
*
Add struct field type to hover information
Brad Lewis
2025-06-10
1
-2
/
+2
*
Merge branch 'fix/overloaded-procedures' of https://github.com/BradLewis/ols ...
DanielGavin
2025-06-10
1
-0
/
+1
|
\
|
*
Resolve procedure overloading from external packages and improve resolution
Brad Lewis
2025-06-08
1
-0
/
+1
*
|
Add short signature parameter and update completion tests
Brad Lewis
2025-06-07
1
-2
/
+2
*
|
Add hover for struct fields within definition
Brad Lewis
2025-06-07
1
-2
/
+2
|
/
*
Fixed issue with magic completion in call expressions.
DanielGavin
2025-05-17
1
-3
/
+13
*
Fix bit_set implicit selector not autocompleting for types in different packa...
Harold Brenes
2025-04-29
1
-10
/
+14
*
Fix issues with non mutable in local scope
DanielGavin
2025-04-17
1
-19
/
+3
*
Fix ObjectiveC-based fields not being shown for completion
Harold Brenes
2025-03-01
1
-2
/
+1
*
Enable snippets again
DanielGavin
2025-02-18
1
-2
/
+2
*
`append_magic_dynamic_array_completion` -> `append_magic_array_like_completion`
cornishon
2025-02-02
1
-5
/
+5
*
Extra builtin procedures for maps
cornishon
2025-02-02
1
-0
/
+53
*
Extra builtin procedures for dynamic array
cornishon
2025-02-02
1
-5
/
+16
*
Strip extra pointers for `len`, `cap` and `for` completions.
cornishon
2025-02-02
1
-6
/
+18
*
Add `cap` magic completion for dynamic arrays and maps.
cornishon
2025-02-02
1
-0
/
+45
*
Add `len` and `for` for strings and fixed arrays.
cornishon
2025-02-02
1
-0
/
+7
*
Add `allocator` field completion to dynamic arrays and maps
cornishon
2025-01-29
1
-0
/
+21
*
Update `completion.odin` for dynamic literals.
G'lek Tarssza
2025-01-07
1
-0
/
+1
*
Add exclude path for workspace symbols.
DanielGavin
2024-12-30
1
-0
/
+1
*
Give up when swizzle contains invalid characters.
DanielGavin
2024-10-03
1
-0
/
+2
*
Support completion on comp literals for enumerated arrays.
DanielGavin
2024-10-03
1
-0
/
+29
*
Make sure not to return $ for identifiers.
DanielGavin
2024-10-03
1
-1
/
+7
*
Add `#reverse` directive
FourteenBrush
2024-09-26
1
-0
/
+1
[prev]
[next]