aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* Add hover information for soa fields and variablesBrad Lewis2025-08-172-2/+44
* Add field completions for soa arraysBrad Lewis2025-08-171-64/+97
* Add #soa to hover informationBrad Lewis2025-08-172-3/+17
* Add struct tags to hover informationBrad Lewis2025-08-174-35/+120
* 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-172-12/+9
* Provide documentation for generic symbolsBrad Lewis2025-08-171-7/+10
* Fix symbol information for keyword completionsBrad Lewis2025-08-171-0/+3
* Add completion label to detail when using labelDetailsBrad Lewis2025-08-171-0/+6
* 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-172-10/+17
* Add `Matrix_Type` to build string nodeBrad Lewis2025-08-171-0/+8
* Add document links for base and vendor librariesBrad Lewis2025-08-161-1/+1
* Merge pull request #875 from BradLewis/feat/add-option-odin-rootDanielGavin2025-08-162-27/+42
|\
| * Add `odin_root_override` to ols config to allow a user to override the `ODIN_...Brad Lewis2025-08-132-27/+42
* | 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
* | | Correctly render hover information for maps with empty struct valuesBrad Lewis2025-08-131-51/+82
|/ /
* / Fix crash on accessing nil arg type pointerDamian Tarnawski2025-08-131-2/+4
|/
* Check if fixed arrays are the same length for proc overloadsBrad Lewis2025-08-131-3/+19
* Merge pull request #869 from BradLewis/fix/completions-enum-mapsBradley Lewis2025-08-121-0/+9
|\
| * Correctly resolve completions for comp lit map with enum keys and valuesBrad Lewis2025-08-121-0/+9
* | Fix go to type definition on a variable in a comp litBrad Lewis2025-08-121-7/+7
|/
* Add methods for untyped symbols the same as their typed variantsBrad Lewis2025-08-123-36/+63
* Handle field return with custom iterator procsBrad Lewis2025-08-121-22/+15
* Move local code into it's own fileBrad Lewis2025-08-122-1052/+1056
* Correctly handle field return values from procsBrad Lewis2025-08-122-20/+13
* Show poly struct information on types from external packages and resolve iden...Brad Lewis2025-08-124-3/+10
* Use empty struct as map values when wanting a hashsetBrad Lewis2025-08-126-216/+216
* Revert filtering docs above symbols due to issues when using attributesBrad Lewis2025-08-121-6/+0
* Fix issue merging attributesBrad Lewis2025-08-121-7/+11
* Reapply "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-122-21/+104
* Revert "Merge pull request #857 from BradLewis/feat/foreign-block-attrs"Brad Lewis2025-08-122-104/+21
* Pass foreign block attributes to the body elementsBrad Lewis2025-08-112-21/+104
* Merge pull request #856 from BradLewis/feat/clean-completions-struct-declBradley Lewis2025-08-112-0/+22
|\
| * Remove functions, consts, variables and fields when in struct definitionsBrad Lewis2025-08-112-0/+22
* | Show nested bit fields correctlyBrad Lewis2025-08-113-14/+23
* | Correct all the newly broken tests due to changesBrad Lewis2025-08-113-60/+18
* | Attempt consolidate structure for writing docsBrad Lewis2025-08-112-90/+109
* | Remove type information from the signature and write nested struct fields cor...Brad Lewis2025-08-113-68/+96
|/
* Add missing binary expr operatorsBrad Lewis2025-08-111-1/+1
* Correctly resolve bit_set union and intersections with comp litsBrad Lewis2025-08-111-1/+14
* Merge pull request #850 from BradLewis/feat/resolve-type-definition-comp-litBradley Lewis2025-08-112-5/+32
|\
| * Resolve type definitions from comp litsBrad Lewis2025-08-112-5/+32
* | Provide completions when defining a variadic argumentBrad Lewis2025-08-111-1/+5
* | Resolve implicit completions with variadic argumentsBrad Lewis2025-08-111-0/+4
|/
* Add completions for proc params with default valuesBrad Lewis2025-08-101-0/+25
* Fix compiler issues with contextlessDanielGavin2025-08-103-7/+5
* Merge pull request #829 from BradLewis/feat/union-tagsDanielGavin2025-08-104-0/+24
|\
| * Add union align and kind to hover informationBrad Lewis2025-08-094-0/+24