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
/
tests
/
hover_test.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add completion and hover information for builtin types
Brad Lewis
2025-08-24
1
-0
/
+14
*
Always collect private symbols and filter them when resolving
Brad Lewis
2025-08-22
1
-0
/
+35
*
Correct hover info for soa pointers
Brad Lewis
2025-08-20
1
-0
/
+16
*
Improve resolving types of binary expressions
Brad Lewis
2025-08-20
1
-0
/
+10
*
Resolve multipointer slice ranges
Brad Lewis
2025-08-19
1
-0
/
+13
*
Merge pull request #912 from BradLewis/chore/propagate-docs-proc-groups
Bradley Lewis
2025-08-19
1
-4
/
+6
|
\
|
*
Propagate proc group comments when hover hover a proc group call
Brad Lewis
2025-08-19
1
-4
/
+6
*
|
Correctly resolve string indexing
Brad Lewis
2025-08-19
1
-0
/
+39
|
/
*
Correct check for mutable locals when parsing non mutable only
Brad Lewis
2025-08-18
1
-0
/
+15
*
Add support for soa pointers
Brad Lewis
2025-08-17
1
-0
/
+33
*
Correctly handle fixed array #soa
Brad Lewis
2025-08-17
1
-0
/
+17
*
Handle references and go to definition for soa fields
Brad Lewis
2025-08-17
1
-1
/
+1
*
Add hover information for soa fields and variables
Brad Lewis
2025-08-17
1
-1
/
+34
*
Add #soa to hover information
Brad Lewis
2025-08-17
1
-0
/
+32
*
Add struct tags to hover information
Brad Lewis
2025-08-17
1
-0
/
+73
*
Improvements with hover info and distinct symbols
Brad Lewis
2025-08-17
1
-2
/
+12
*
Show proc calling convention and tags in proc types defined in struct fields
Brad Lewis
2025-08-17
1
-2
/
+14
*
Add `Matrix_Type` to build string node
Brad Lewis
2025-08-17
1
-0
/
+17
*
Correctly render hover information for maps with empty struct values
Brad Lewis
2025-08-13
1
-0
/
+10
*
Check if fixed arrays are the same length for proc overloads
Brad Lewis
2025-08-13
1
-0
/
+18
*
Handle field return with custom iterator procs
Brad Lewis
2025-08-12
1
-0
/
+18
*
Correctly handle field return values from procs
Brad Lewis
2025-08-12
1
-0
/
+16
*
Show poly struct information on types from external packages and resolve iden...
Brad Lewis
2025-08-12
1
-0
/
+35
*
Revert filtering docs above symbols due to issues when using attributes
Brad Lewis
2025-08-12
1
-12
/
+0
*
Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
1
-0
/
+126
*
Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"
Brad Lewis
2025-08-12
1
-126
/
+0
*
Pass foreign block attributes to the body elements
Brad Lewis
2025-08-11
1
-0
/
+126
*
Show nested bit fields correctly
Brad Lewis
2025-08-11
1
-0
/
+21
*
Correct all the newly broken tests due to changes
Brad Lewis
2025-08-11
1
-2
/
+2
*
Attempt consolidate structure for writing docs
Brad Lewis
2025-08-11
1
-18
/
+18
*
Remove type information from the signature and write nested struct fields cor...
Brad Lewis
2025-08-11
1
-6
/
+59
*
Add missing binary expr operators
Brad Lewis
2025-08-11
1
-0
/
+36
*
Correctly resolve bit_set union and intersections with comp lits
Brad Lewis
2025-08-11
1
-0
/
+36
*
Add union align and kind to hover information
Brad Lewis
2025-08-09
1
-0
/
+29
*
Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-locals
DanielGavin
2025-08-09
1
-0
/
+35
|
\
|
*
Implement method to resolve poly return types based on the types of local var...
Brad Lewis
2025-08-09
1
-0
/
+35
*
|
Remove incorrectly added doc comments from symbols
Brad Lewis
2025-08-07
1
-5
/
+13
|
/
*
Resolve poly type variables
Brad Lewis
2025-08-04
1
-0
/
+18
*
Add documentation to union variants
Brad Lewis
2025-08-03
1
-0
/
+41
*
Add documentation to enum fields
Brad Lewis
2025-08-03
1
-0
/
+59
*
Refactor more code into separate procs to reduce stack size
Brad Lewis
2025-08-02
1
-1
/
+1
*
Handle procs returning named proc type
Brad Lewis
2025-08-02
1
-5
/
+57
*
Handle multiple returns
Brad Lewis
2025-08-01
1
-0
/
+28
*
Correctly resolve locals when immediately calling a proc that returns a proc
Brad Lewis
2025-07-31
1
-0
/
+28
*
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
1
-0
/
+117
|
\
|
*
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
1
-0
/
+117
*
|
Correctly handle the alias of `u8` and `byte`
Brad Lewis
2025-07-30
1
-0
/
+30
|
/
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
1
-0
/
+54
*
Fix issue looking up using package when resolving types
Brad Lewis
2025-07-30
1
-0
/
+39
*
Resolve switch statement init for locals
Brad Lewis
2025-07-30
1
-0
/
+23
[prev]
[next]