aboutsummaryrefslogtreecommitdiff
path: root/src/server/symbol.odin
Commit message (Collapse)AuthorAgeFilesLines
* Correctly resolve hover info for poly types in where clauses for procsBrad Lewis2026-01-241-0/+1
|
* Improve hoverdoc formattingLouis Dutton2026-01-171-6/+6
|
* Add vector completions for using struct fieldsBrad Lewis2025-12-261-3/+10
|
* Add defaultLibrary modifier for builtinske2025-12-171-0/+1
|
* Correct hover info for aliased constantsBrad Lewis2025-12-121-1/+1
|
* Add optional feature for displaying signature help for comp literalsBrad Lewis2025-12-111-0/+3
|
* Correctly resolve struct usings that are paren exprsBrad Lewis2025-11-131-1/+5
|
* Add docs for local value declsBrad Lewis2025-11-131-3/+3
|
* added #all_or_noneA10293847562025-11-121-0/+4
|
* Correctly resolve poly proc returns with #soa arraysBrad Lewis2025-11-071-0/+15
|
* Add missing resolves for parapoly typesBrad Lewis2025-11-021-0/+9
|
* Display hover information for untyped complex numbers and quaternions correctlyBrad Lewis2025-10-291-0/+2
|
* Use slice instead of map for struct usingsBrad Lewis2025-10-171-18/+18
|
* fix hover ranges to be at the cursor not at the symbol definition for ↵Brad Lewis2025-10-071-0/+1
| | | | certain cases
* Don't collect globals for ignored files and add more types for workspace ↵Brad Lewis2025-09-221-1/+5
| | | | symbol kinds
* Try to display value for const global variablesBrad Lewis2025-09-211-0/+2
|
* Add simd tag to simd array hover informationBrad Lewis2025-09-201-0/+1
|
* Correctly resolve go to definition for nested using bitfields on structsBrad Lewis2025-09-111-2/+7
|
* Add where clauses to hover informationBrad Lewis2025-09-101-9/+20
|
* Distinguish between variables and types when parsing globalsBrad Lewis2025-09-071-1/+2
|
* Collect global comp lit fields and add them to workspace and document symbolsBrad Lewis2025-08-301-0/+2
|
* Show struct and bitfield fields with workspace and document symbolsBrad Lewis2025-08-301-0/+4
|
* Only clean identifiers for completionsBrad Lewis2025-08-301-2/+2
|
* Process defer statements and correct hover info for anonymous typesBrad Lewis2025-08-281-0/+17
|
* Check types before adding pointer completionBrad Lewis2025-08-241-15/+16
|
* Fix issues adding ast struct comments with the temporary allocatorBrad Lewis2025-08-181-1/+3
|
* Add support for soa pointersBrad Lewis2025-08-171-0/+1
|
* Add struct tags to hover informationBrad Lewis2025-08-171-24/+66
|
* Fix crash on accessing nil arg type pointerDamian Tarnawski2025-08-131-2/+4
|
* Add methods for untyped symbols the same as their typed variantsBrad Lewis2025-08-121-6/+8
|
* Correct all the newly broken tests due to changesBrad Lewis2025-08-111-2/+0
|
* Remove type information from the signature and write nested struct fields ↵Brad Lewis2025-08-111-3/+10
| | | | correctly
* Resolve implicit completions with variadic argumentsBrad Lewis2025-08-111-0/+4
|
* Add union align and kind to hover informationBrad Lewis2025-08-091-0/+2
|
* Merge pull request #837 from BradLewis/fix/resolve-poly-procs-return-type-localsDanielGavin2025-08-091-0/+4
|\ | | | | Implement method to resolve poly return types based on the types of local variables
| * Implement method to resolve poly return types based on the types of local ↵Brad Lewis2025-08-091-0/+4
| | | | | | | | variables
* | Remove incorrectly added doc comments from symbolsBrad Lewis2025-08-071-3/+3
|/
* Resolve poly type variablesBrad Lewis2025-08-041-0/+7
|
* Add documentation to union variantsBrad Lewis2025-08-031-0/+2
|
* Add documentation to enum fieldsBrad Lewis2025-08-031-2/+4
|
* Resolve objc methods before expanding usings to fix issues with hover ↵Brad Lewis2025-07-311-1/+1
| | | | documentation
* Don't override the docs on the symbols to avoid memory corruption issuesBrad Lewis2025-07-301-2/+0
|
* Add parapoly information to union documentationBrad Lewis2025-07-301-2/+3
|
* Fix issues due to mergeBrad Lewis2025-07-301-1/+1
|
* Fix completion and hover tests with documentation changesBrad Lewis2025-07-291-0/+2
|
* First pass at improving identifier completionsBrad Lewis2025-07-291-1/+1
|
* Create constructors for field symbolsBrad Lewis2025-07-291-0/+29
|
* Increase the capacity of the `usings` map so it doesn't cause a panic when ↵Brad Lewis2025-07-261-1/+3
| | | | trying to insert
* New symbol flag for if the symbol is a parameterDanielGavin2025-07-241-2/+2
|
* Add proc inlining information to hoverBrad Lewis2025-07-221-0/+1
|