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
/
documentation.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Resolve objc methods before expanding usings to fix issues with hover documen...
Brad Lewis
2025-07-31
1
-1
/
+1
|
|
/
*
|
Merge pull request #807 from BradLewis/feat/builtin-proc-improvements
DanielGavin
2025-07-31
1
-12
/
+14
|
\
\
|
|
/
|
/
|
|
*
Improve builtin proc resolution, complex and quaternion procs and add missing...
Brad Lewis
2025-07-30
1
-12
/
+14
*
|
Don't override the docs on the symbols to avoid memory corruption issues
Brad Lewis
2025-07-30
1
-10
/
+0
|
/
*
Add parapoly information to union documentation
Brad Lewis
2025-07-30
1
-38
/
+56
*
Fix issues due to merge
Brad Lewis
2025-07-30
1
-3
/
+3
*
Merge pull request #800 from BradLewis/fix/constructing-docs-methods
Bradley Lewis
2025-07-30
1
-9
/
+10
|
\
|
*
Fix issue with constructing docs on indexed symbols
Brad Lewis
2025-07-29
1
-9
/
+10
*
|
Update signature information
Brad Lewis
2025-07-29
1
-3
/
+1
*
|
Implement label details using new method
Brad Lewis
2025-07-29
1
-20
/
+27
*
|
Fix completion and hover tests with documentation changes
Brad Lewis
2025-07-29
1
-55
/
+32
*
|
First pass at improving identifier completions
Brad Lewis
2025-07-29
1
-0
/
+4
*
|
Create constructors for field symbols
Brad Lewis
2025-07-29
1
-1
/
+1
|
/
*
Remove comment above proc
Brad Lewis
2025-07-22
1
-3
/
+0
*
Only show the enriched proc information on hover and not on completions
Brad Lewis
2025-07-22
1
-22
/
+34
*
Add proc inlining information to hover
Brad Lewis
2025-07-22
1
-0
/
+5
*
Add proc attribute to hover information
Brad Lewis
2025-07-22
1
-0
/
+35
*
Add proc directives to hover information
Brad Lewis
2025-07-22
1
-0
/
+15
*
Add proc calling convention to hover information
Brad Lewis
2025-07-22
1
-0
/
+3
*
Move comments from details to the end of the docs for the symbol and
Brad Lewis
2025-07-22
1
-53
/
+50
*
Correctly resolve named params with default values
Brad Lewis
2025-07-15
1
-4
/
+4
*
Use a separate list of keywords for the documentation to not break analysis e...
Brad Lewis
2025-07-13
1
-1
/
+98
*
Update all short signatures to be consistent across types
Brad Lewis
2025-07-12
1
-42
/
+75
*
Add comments when hovering basic struct fields and no longer show the underly...
Brad Lewis
2025-07-12
1
-1
/
+1
*
Add enum type to completion detail
Brad Lewis
2025-07-09
1
-0
/
+2
*
Improve bit_field field and variable hover information
Brad Lewis
2025-07-04
1
-2
/
+20
*
Add using bit_field information to StructSymbolValue to use for documentation
Brad Lewis
2025-07-04
1
-3
/
+21
*
Enrich bit field hover documentation
Brad Lewis
2025-07-04
1
-23
/
+85
*
Add enum values to field hover documentation
Brad Lewis
2025-07-03
1
-1
/
+11
*
Add enum base type and values to the enum symbol and update hover to include ...
Brad Lewis
2025-07-03
1
-1
/
+17
*
Fix issues resolving poly proc fields and improve hover information of poly s...
Brad Lewis
2025-07-01
1
-6
/
+26
*
As struct poly info to hover information
Brad Lewis
2025-07-01
1
-1
/
+13
*
Mark collected distinct symbols as distinct and improve hover information
Brad Lewis
2025-06-29
1
-3
/
+6
*
Correct package information on types
Brad Lewis
2025-06-29
1
-3
/
+9
*
Write package for types if it differs from the package of the symbol
Brad Lewis
2025-06-29
1
-10
/
+15
*
Correct hover information for distinct types on fields
Brad Lewis
2025-06-29
1
-66
/
+64
*
Improve completion struct information
Brad Lewis
2025-06-27
1
-18
/
+25
*
Correct tests after the refactor and add comment docs to struct field complet...
Brad Lewis
2025-06-27
1
-229
/
+46
*
Consolidate documentation writing code into new file and base it around symbols
Brad Lewis
2025-06-27
1
-0
/
+536
[prev]