aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #900 from BradLewis/feat/soaBradley Lewis2025-08-1710-32/+467
|\ \ \ | | | | | | | | Support #soa fields
| * | | Filter array magic methods from soa pointersBrad Lewis2025-08-171-0/+6
| | | |
| * | | Add support for soa pointersBrad Lewis2025-08-179-60/+184
| | | |
| * | | Correctly handle fixed array #soaBrad Lewis2025-08-175-19/+95
| | | |
| * | | Handle references and go to definition for soa fieldsBrad Lewis2025-08-174-1/+56
| | | |
| * | | Fix completions for soa fieldsBrad Lewis2025-08-173-57/+59
| | | |
| * | | Add hover information for soa fields and variablesBrad Lewis2025-08-173-3/+78
| | | |
| * | | Add field completions for soa arraysBrad Lewis2025-08-172-64/+115
| | | |
| * | | Add #soa to hover informationBrad Lewis2025-08-173-3/+49
|/ / /
* | | Merge pull request #899 from BradLewis/feat/struct-tagsBradley Lewis2025-08-175-35/+193
|\ \ \
| * | | Add struct tags to hover informationBrad Lewis2025-08-175-35/+193
|/ / /
* | | Merge pull request #896 from BradLewis/fix/distinct-improvementsBradley Lewis2025-08-173-14/+33
|\ \ \ | | | | | | | | Fix/distinct improvements
| * | | Add distinct to hover info for distinct struct, enums, unions and bitfieldsBrad Lewis2025-08-171-0/+12
| | | |
| * | | Improvements with hover info and distinct symbolsBrad Lewis2025-08-173-14/+21
|/ / /
* | | Merge pull request #894 from BradLewis/fix/completion-labels-zedBradley Lewis2025-08-173-8/+46
|\ \ \ | | | | | | | | Fix missing detailed completion info in zed
| * | | Provide documentation for generic symbolsBrad Lewis2025-08-172-8/+37
| | | |
| * | | Fix symbol information for keyword completionsBrad Lewis2025-08-171-0/+3
| | | |
| * | | Add completion label to detail when using labelDetailsBrad Lewis2025-08-171-0/+6
|/ / /
* | | Merge pull request #893 from BradLewis/fix/process-comments-after-odinfmt-enableBradley Lewis2025-08-173-5/+30
|\ \ \ | | | | | | | | Process the rest of the comment group when encountering an odinfmt enable
| * | | Process the rest of the comment group when encountering an odinfmt enableBrad Lewis2025-08-173-5/+30
|/ / /
* | | Merge pull request #892 from BradLewis/fix/add-proc-info-struct-fieldsBradley Lewis2025-08-173-178/+191
|\ \ \ | | | | | | | | Fix/add proc info struct fields
| * | | Pass string builder down when constructing nested hover docsBrad Lewis2025-08-171-166/+160
| | | |
| * | | Show proc calling convention and tags in proc types defined in struct fieldsBrad Lewis2025-08-173-12/+31
|/ / /
* | | Merge pull request #891 from ↵Bradley Lewis2025-08-172-0/+25
|\ \ \ | | | | | | | | | | | | | | | | BradLewis/fix/add-missing-build-string-node-for-matrix Add `Matrix_Type` to build string node
| * | | Add `Matrix_Type` to build string nodeBrad Lewis2025-08-172-0/+25
|/ / /
* | | Merge pull request #886 from BradLewis/feat/add-doc-links-vendor-baseBradley Lewis2025-08-161-1/+1
|\ \ \
| * | | Add document links for base and vendor librariesBrad Lewis2025-08-161-1/+1
| | | |
* | | | Merge pull request #887 from BradLewis/fix/check-if-ols-config-existsDanielGavin2025-08-162-5/+8
|\ \ \ \ | |/ / / |/| | | Check to see that the user `ols.json` exists before copying it
| * | | Check to see that the user `ols.json` exists before copying itBrad Lewis2025-08-162-5/+8
|/ / /
* | | Merge pull request #872 from BradLewis/fix/vscode-extension-odin-commandDanielGavin2025-08-164-22/+8
|\ \ \ | | | | | | | | Fix issue with vscode extension incorrectly concatenating paths when using `odin_command`
| * | | Fix issue with vscode extension incorrectly concatenating paths when using ↵Brad Lewis2025-08-134-22/+8
| | | | | | | | | | | | | | | | `odin_command`
* | | | Merge pull request #875 from BradLewis/feat/add-option-odin-rootDanielGavin2025-08-166-38/+65
|\ \ \ \ | | | | | | | | | | Add configuration option to allow overriding `ODIN_ROOT`
| * | | | Update ols schemaBrad Lewis2025-08-131-0/+4
| | | | |
| * | | | Remove `ODIN_ROOT` description from readme as it's not accurate anymoreBrad Lewis2025-08-131-2/+0
| | | | |
| * | | | Expand `$HOME` when resolving home directoryBrad Lewis2025-08-131-9/+16
| | | | |
| * | | | Add `odin_root_override` to ols config to allow a user to override the ↵Brad Lewis2025-08-134-27/+45
| | | | | | | | | | | | | | | | | | | | `ODIN_ROOT` `ols` uses
* | | | | Merge pull request #877 from BradLewis/feat/formatting-empty-struct-literalsDanielGavin2025-08-161-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Remove space when formatting empty struct literals used as values
| * | | | | Remove space when formatting empty struct literals used as valuesBrad Lewis2025-08-131-2/+5
| | | | | |
* | | | | | Merge pull request #882 from BradLewis/fix/copy-user-olsjson-on-updateDanielGavin2025-08-161-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Copy the users ols.json to the new folder when updating the binary with vscode
| * | | | | Copy the users ols.json to the new folder when updating the binary with vscodeBrad Lewis2025-08-151-0/+3
| | | | | |
* | | | | | Merge pull request #881 from BradLewis/fix/allman-braces-when-stmtBradley Lewis2025-08-153-0/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix issue formatting when statements with allman style braces
| * | | | | Fix issue formatting when statements with allman style bracesBrad Lewis2025-08-153-0/+20
|/ / / / /
* | | | | Merge pull request #880 from BradLewis/fix/show-type-info-vscode-completionsBradley Lewis2025-08-141-0/+4
|\ \ \ \ \
| * | | | | Correctly show type information with vscode completionsBrad Lewis2025-08-141-0/+4
| |/ / / /
* | | | | Merge pull request #878 from BradLewis/feat/hover-with-empty-structsBradley Lewis2025-08-142-51/+92
|\ \ \ \ \ | |/ / / / |/| | | | Correctly render hover information for maps with empty struct values
| * | | | Correctly render hover information for maps with empty struct valuesBrad Lewis2025-08-132-51/+92
|/ / / /
* | | | Merge pull request #876 from thetarnav/fix-crash-on-nil-arg-typeBradley Lewis2025-08-131-2/+4
|\ \ \ \ | |/ / / |/| | | Fix crash on accessing nil arg type pointer
| * | | Fix crash on accessing nil arg type pointerDamian Tarnawski2025-08-131-2/+4
|/ / /
* | | Merge pull request #874 from BradLewis/fix/check-fixed-array-len-proc-overloadsBradley Lewis2025-08-132-3/+37
|\ \ \ | |/ / |/| | Check if fixed arrays are the same length for proc overloads
| * | Check if fixed arrays are the same length for proc overloadsBrad Lewis2025-08-132-3/+37
|/ /