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 (
Collapse
)
Author
Age
Files
Lines
*
Check for len being null in array.
objc-fixes
DanielGavin
2024-04-09
1
-3
/
+5
|
*
Call expression should always increment the current argument counter, since ↵
DanielGavin
2024-04-06
1
-2
/
+8
|
|
|
|
argument 1 is always the struct type.
*
Fix issues with objc completion and hover
DanielGavin
2024-04-06
1
-0
/
+4
|
*
Fix issues with bitsets in procedures not completing correctly
DanielGavin
2024-03-18
1
-1
/
+2
|
*
Support completion and gotos for comp literals in procs
DanielGavin
2024-03-12
1
-43
/
+31
|
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-25
/
+34
|
*
Add force_inline to basic completion.
deadwanderer
2024-02-16
1
-0
/
+1
|
*
fix snippets
xb-bx
2024-01-30
1
-5
/
+25
|
*
Merge pull request #275 from laytan/better-bitset-completion
DanielGavin
2023-11-28
1
-80
/
+159
|
\
|
|
|
|
better bitset completion
|
*
better bitset completion
Laytan Laats
2023-11-28
1
-80
/
+159
|
|
*
|
Add new config for "enable_procedure_snippet"
DanielGavin
2023-11-25
1
-2
/
+6
|
/
*
Procedure types do no longer insert `()`
DanielGavin
2023-11-11
1
-19
/
+21
|
*
Fix issue with swizzle
DanielGavin
2023-09-26
1
-15
/
+19
|
*
Fix issues with union switch and also now using the renamed package name
DanielGavin
2023-09-01
1
-18
/
+14
|
*
Fix more issues with bitset inference
DanielGavin
2023-07-28
1
-0
/
+2
|
*
Symbols that have @private on package is ignored when selecting from package.
DanielGavin
2023-07-26
1
-0
/
+4
|
*
Fix issues with enums infer call expr
DanielGavin
2023-07-25
1
-0
/
+2
|
*
Save the client name for specific client handling
DanielGavin
2023-07-24
1
-8
/
+16
|
*
Merge branch 'master' into patch-10
DanielGavin
2023-07-24
1
-35
/
+49
|
\
|
*
Fix format_to_label_details out of bounds slice
DanielGavin
2023-07-24
1
-33
/
+45
|
|
|
*
Fix issues with bitsets not completing in vulkan.
DanielGavin
2023-07-24
1
-0
/
+2
|
|
*
|
and not or
ryuukk
2023-07-24
1
-1
/
+1
|
|
*
|
hack for sublime text bug
ryuukk
2023-07-24
1
-1
/
+11
|
/
*
more work on fake methods
DanielGavin
2023-07-08
1
-75
/
+0
|
*
Strip '->' from labelDetail's description
ryuukk
2023-07-05
1
-1
/
+4
|
*
Fix issues with fake method completion not removing the selector after ↵
DanielGavin
2023-07-02
1
-10
/
+39
|
|
|
|
completing
*
Add new setting to enable fake methods for testing
DanielGavin
2023-07-02
1
-1
/
+3
|
*
Merge pull request #215 from ryuukk/details
DanielGavin
2023-07-01
1
-8
/
+39
|
\
|
|
|
|
Format labelDetails for procs that returns and variables/constants
|
*
use a switch instead and add fields support
ryuukk
2023-06-30
1
-30
/
+31
|
|
|
*
add struct/enum/union and keywords
ryuukk
2023-06-30
1
-33
/
+34
|
|
|
*
Format labelDetails for struct/enum/union
ryuukk
2023-06-29
1
-0
/
+7
|
|
|
*
Format labelDetails for procs that returns and variables/constants
ryuukk
2023-06-29
1
-6
/
+28
|
|
*
|
Start working on having fake methods.
DanielGavin
2023-06-29
1
-0
/
+49
|
/
*
Add custom marshal.
DanielGavin
2023-06-09
1
-1
/
+1
|
*
Fix issue where we incorrectly used the document global ast instead of the ↵
DanielGavin
2023-03-25
1
-1
/
+0
|
|
|
|
indexer
*
Start working on labeldetails
DanielGavin
2023-03-10
1
-3
/
+24
|
*
Fix completion on implicit enums for assignments
DanielGavin
2023-03-08
1
-0
/
+12
|
*
Add support for completion with usings and compound literals
DanielGavin
2023-03-08
1
-0
/
+8
|
*
Fix enum inference from casting
DanielGavin
2023-03-07
1
-0
/
+14
|
*
Add more enum gotos
DanielGavin
2023-03-06
1
-1
/
+1
|
*
More accurately auto complete ObjC procedures
Lucas Perlind
2023-01-24
1
-1
/
+11
|
*
Fix completion on call expr that return structs
Daniel Gavin
2022-11-04
1
-5
/
+6
|
*
change notin to not_in
Daniel Gavin
2022-11-02
1
-1
/
+1
|
*
Prevent completion in basic literals
Daniel Gavin
2022-11-02
1
-3
/
+10
|
*
Fix issue with union having a type from a different package.
Daniel Gavin
2022-10-25
1
-1
/
+5
|
*
Fix enum completion error
Daniel Gavin
2022-10-25
1
-1
/
+1
|
*
Improve smenatic token for distinct typing
Daniel Gavin
2022-10-25
1
-13
/
+11
|
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
1
-14
/
+15
|
*
Fix signature print issue, and switch stmt in a switch type stmt.
Daniel Gavin
2022-10-02
1
-79
/
+80
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-276
/
+607
|
[next]