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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
action.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only append the missing cases with the code action
Brad Lewis
7 days
1
-1
/
+0
*
refactor into file; handle indentation
Nathaniel Saxe
11 days
1
-182
/
+0
*
Merge branch 'master' into master
Nathaniel Saxe
11 days
1
-0
/
+2
|
\
|
*
feat: add invert if action
pc
2026-01-30
1
-0
/
+2
*
|
first put existing cases in order, then put in new cases
Nathaniel Saxe
12 days
1
-25
/
+30
*
|
private my helper functions so as not to pollute namespace
Nathaniel Saxe
2026-01-31
1
-0
/
+3
*
|
fix: reset ast context between resolve calls
Nathaniel Saxe
2026-01-31
1
-2
/
+12
*
|
more or less handle union types - TODO in appropriate places on why not compl...
Nathaniel Saxe
2026-01-30
1
-3
/
+11
*
|
rm logs
Nathaniel Saxe
2026-01-02
1
-2
/
+0
*
|
make it work for enum switch statements as well
Nathaniel Saxe
2026-01-02
1
-25
/
+66
*
|
populate remaining switch cases action for enums
Nathaniel Saxe
2026-01-01
1
-0
/
+126
|
/
*
Added diagnostic system to collect all the diagnostics. Unused imports are sh...
DanielGavin
2025-10-03
1
-2
/
+0
*
Have the removed imports remove the line.
DanielGavin
2025-09-27
1
-3
/
+15
*
Add new code action: remove unused imports
DanielGavin
2025-09-22
1
-0
/
+42
*
Check if name is referring to a known symbol before adding to the import code...
Brad Lewis
2025-09-10
1
-1
/
+4
*
Add code actions for importing packages from collections
Brad Lewis
2025-09-03
1
-2
/
+115
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-1
/
+1
*
support named arguments in overloading
Daniel Gavin
2021-06-11
1
-1
/
+1
*
ran odinfmt again(it didn't newline at th eof)
DanielGavin
2021-03-12
1
-1
/
+1
*
ran odinfmt on project
DanielGavin
2021-03-12
1
-11
/
+5
*
start working on using in structs
DanielGavin
2021-01-04
1
-0
/
+19
*
infer enum completion in comp literals + start work on completion for directives
DanielGavin
2021-01-03
1
-0
/
+3