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
/
hover.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Automatically add shared collection.
DanielGavin
2024-02-22
1
-11
/
+10
|
*
Add hover support for comp literal fields
DanielGavin
2023-05-18
1
-1
/
+34
|
*
Begin adding support for goto on import stmt
DanielGavin
2022-12-05
1
-0
/
+4
|
*
Try to use recursion map on pointers to prevent stackoverflow crashes
Daniel Gavin
2022-10-23
1
-13
/
+14
|
*
Fix hover bug with default values.
Daniel Gavin
2022-08-26
1
-0
/
+5
|
*
Finally make the move to use odinfmt in ols.
Daniel Gavin
2022-08-20
1
-31
/
+107
|
*
Fix hover and go to issue where selector base was the same name as field.
Daniel Gavin
2022-08-15
1
-6
/
+5
|
*
Restructed the indexer
Daniel Gavin
2022-07-09
1
-1
/
+1
|
*
move document struct back to server
Daniel Gavin
2022-06-19
1
-3
/
+3
|
*
typo
Daniel Gavin
2022-06-12
1
-2
/
+2
|
*
Merge branch 'index-refractor'
Daniel Gavin
2022-06-12
1
-3
/
+21
|
\
|
*
Add custom hover map
Daniel Gavin
2022-06-12
1
-0
/
+20
|
|
|
*
Fix hover bug
Daniel Gavin
2022-06-11
1
-3
/
+1
|
|
*
|
Fixed neovim hover issue
JamesDSource
2022-06-08
1
-8
/
+8
|
/
*
Merge packages
Daniel Gavin
2022-04-09
1
-11
/
+5
|
*
Prepare for rename
Daniel Gavin
2022-03-19
1
-5
/
+5
|
*
Fix hover error and change union complete type
Daniel Gavin
2022-03-12
1
-6
/
+3
|
*
strip colons and update ast to use unions
Daniel Gavin
2022-03-04
1
-63
/
+63
|
*
Remove the failed idea of making request tasks
Daniel Gavin
2022-01-19
1
-1
/
+1
|
*
Merge branch 'master' into refractor-analysis
Daniel Gavin
2022-01-17
1
-1
/
+1
|
\
|
*
FIx new slashpath change
Daniel Gavin
2022-01-17
1
-1
/
+1
|
|
*
|
Fix issues with no completion on identifier in comp literal.
Daniel Gavin
2022-01-12
1
-3
/
+1
|
|
*
|
simplified how variables are decided
Daniel Gavin
2022-01-11
1
-4
/
+2
|
|
*
|
more refractoring by trying to store the variable information on the symbol.
Daniel Gavin
2022-01-05
1
-1
/
+1
|
|
*
|
refractor
Daniel Gavin
2021-12-31
1
-1
/
+1
|
|
*
|
refractor
Daniel Gavin
2021-12-31
1
-1
/
+1
|
/
*
Improve distinct type info
Daniel Gavin
2021-12-31
1
-6
/
+6
|
*
moving the analysis code to it's own analysis package to prepare for ↵
Daniel Gavin
2021-07-30
1
-2
/
+8
|
|
|
|
reference handling in the indexer.
*
lazily create signatures for functions
Daniel Gavin
2021-05-06
1
-0
/
+3
|
*
started lazy creating signatures for procedures
Daniel Gavin
2021-05-06
1
-1
/
+1
|
*
more tests + added default values in proc resolving
Daniel Gavin
2021-05-01
1
-0
/
+27
|
*
relative import did not correctly absolute their paths in indexing
DanielGavin
2021-04-03
1
-3
/
+0
|
*
remove duplicates when fuzzy searching the same package
DanielGavin
2021-04-02
1
-1
/
+1
|
*
correct hovering on procedures that are variables
DanielGavin
2021-03-20
1
-1
/
+9
|
*
ran odinfmt
DanielGavin
2021-03-18
1
-3
/
+3
|
*
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
-125
/
+117
|
*
move hover to seperate file
DanielGavin
2020-12-30
1
-0
/
+146