aboutsummaryrefslogtreecommitdiff
path: root/src/server/completion.odin
Commit message (Collapse)AuthorAgeFilesLines
* fix snippetsxb-bx2024-01-301-5/+25
|
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\ | | | | better bitset completion
| * better bitset completionLaytan Laats2023-11-281-80/+159
| |
* | Add new config for "enable_procedure_snippet"DanielGavin2023-11-251-2/+6
|/
* Procedure types do no longer insert `()`DanielGavin2023-11-111-19/+21
|
* Fix issue with swizzleDanielGavin2023-09-261-15/+19
|
* Fix issues with union switch and also now using the renamed package nameDanielGavin2023-09-011-18/+14
|
* Fix more issues with bitset inferenceDanielGavin2023-07-281-0/+2
|
* Symbols that have @private on package is ignored when selecting from package.DanielGavin2023-07-261-0/+4
|
* Fix issues with enums infer call exprDanielGavin2023-07-251-0/+2
|
* Save the client name for specific client handlingDanielGavin2023-07-241-8/+16
|
* Merge branch 'master' into patch-10DanielGavin2023-07-241-35/+49
|\
| * Fix format_to_label_details out of bounds sliceDanielGavin2023-07-241-33/+45
| |
| * Fix issues with bitsets not completing in vulkan.DanielGavin2023-07-241-0/+2
| |
* | and not orryuukk2023-07-241-1/+1
| |
* | hack for sublime text bugryuukk2023-07-241-1/+11
|/
* more work on fake methodsDanielGavin2023-07-081-75/+0
|
* Strip '->' from labelDetail's descriptionryuukk2023-07-051-1/+4
|
* Fix issues with fake method completion not removing the selector after ↵DanielGavin2023-07-021-10/+39
| | | | completing
* Add new setting to enable fake methods for testingDanielGavin2023-07-021-1/+3
|
* Merge pull request #215 from ryuukk/detailsDanielGavin2023-07-011-8/+39
|\ | | | | Format labelDetails for procs that returns and variables/constants
| * use a switch instead and add fields supportryuukk2023-06-301-30/+31
| |
| * add struct/enum/union and keywordsryuukk2023-06-301-33/+34
| |
| * Format labelDetails for struct/enum/unionryuukk2023-06-291-0/+7
| |
| * Format labelDetails for procs that returns and variables/constantsryuukk2023-06-291-6/+28
| |
* | Start working on having fake methods.DanielGavin2023-06-291-0/+49
|/
* Add custom marshal.DanielGavin2023-06-091-1/+1
|
* Fix issue where we incorrectly used the document global ast instead of the ↵DanielGavin2023-03-251-1/+0
| | | | indexer
* Start working on labeldetailsDanielGavin2023-03-101-3/+24
|
* Fix completion on implicit enums for assignmentsDanielGavin2023-03-081-0/+12
|
* Add support for completion with usings and compound literalsDanielGavin2023-03-081-0/+8
|
* Fix enum inference from castingDanielGavin2023-03-071-0/+14
|
* Add more enum gotosDanielGavin2023-03-061-1/+1
|
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-241-1/+11
|
* Fix completion on call expr that return structsDaniel Gavin2022-11-041-5/+6
|
* change notin to not_inDaniel Gavin2022-11-021-1/+1
|
* Prevent completion in basic literalsDaniel Gavin2022-11-021-3/+10
|
* Fix issue with union having a type from a different package.Daniel Gavin2022-10-251-1/+5
|
* Fix enum completion errorDaniel Gavin2022-10-251-1/+1
|
* Improve smenatic token for distinct typingDaniel Gavin2022-10-251-13/+11
|
* Try to use recursion map on pointers to prevent stackoverflow crashesDaniel Gavin2022-10-231-14/+15
|
* Fix signature print issue, and switch stmt in a switch type stmt.Daniel Gavin2022-10-021-79/+80
|
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-276/+607
|
* Fix snippet support check to handle helix editorDaniel Gavin2022-07-301-3/+3
|
* Fix odin core changesDaniel Gavin2022-07-141-1/+1
|
* Fix memory leakDaniel Gavin2022-07-101-5/+1
|
* more fixesDaniel Gavin2022-07-091-22/+11
|
* Restructed the indexerDaniel Gavin2022-07-091-35/+32
|
* move document struct back to serverDaniel Gavin2022-06-191-1/+1
|
* Fix union error with pointersDaniel Gavin2022-06-121-2/+2
|