aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix issues with fake method completion not removing the selector after comple...DanielGavin2023-07-021-10/+39
| * Add new setting to enable fake methods for testingDanielGavin2023-07-024-6/+21
| * Merge pull request #215 from ryuukk/detailsDanielGavin2023-07-011-8/+39
| |\
| | * 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
* | | Copy collection's key from new configryuukk2023-07-011-2/+2
|/ /
* | Remove more not needed tokens for semantic tokensDanielGavin2023-06-301-8/+0
* | Start working on having fake methods.DanielGavin2023-06-292-8/+113
|/
* Merge pull request #213 from ryuukk/patch-4DanielGavin2023-06-261-10/+15
|\
| * Copy collections from newly received configryuukk2023-06-261-10/+15
* | Remove to try and index the workspace symbol package, if it isn'tDanielGavin2023-06-261-0/+2
|/
* Fixed issue with collections and being correct on change configDanielGavin2023-06-261-40/+41
* Finish didChangeConfigurationDanielGavin2023-06-261-46/+39
* copy settingsryuukk2023-06-261-1/+8
* partially implement workspace/didChangeConfigurationryuukk2023-06-262-0/+31
* TypoDanielGavin2023-06-241-1/+1
* Don't make semantic tokens for strings, let the grammars handle that.DanielGavin2023-06-241-15/+0
* Make sure that sliced expressions return slices.Daniel Gavin2023-06-181-1/+30
* Add experimental workspace symbolDanielGavin2023-06-125-6/+76
* add new workspace symbols fileDaniel Gavin2023-06-112-0/+47
* Add workspace symbol typesDaniel Gavin2023-06-113-1/+25
* Add custom marshal.DanielGavin2023-06-095-8/+705
* Use InitializeOptions as the global setting, and override if specified throug...DanielGavin2023-05-293-28/+76
* Panic if memory allocation failsDanielGavin2023-05-242-2/+2
* Add hover support for comp literal fieldsDanielGavin2023-05-181-1/+34
* Add support for gotos on comp literal fieldsDanielGavin2023-05-182-24/+101
* semantic token didn't visit value decls with types correctly.DanielGavin2023-05-061-0/+6
* Stub out unknown method used by nvim "window/progress"DanielGavin2023-05-061-0/+11
* File cache was using the wrong allocator - might fix the issues with semantic...DanielGavin2023-04-032-0/+8
* Have to wrap the pointers back again in generic functionsDanielGavin2023-04-021-2/+23
* Fix bug where I forgot to clone stringDanielGavin2023-04-022-3/+3
* reference also needs to look in workspace folderDanielGavin2023-04-022-1/+8
* Fix issue where we incorrectly used the document global ast instead of the in...DanielGavin2023-03-252-5/+1
* remove indexer notification when odin builtin packages error outDanielGavin2023-03-112-37/+4
* Start working on labeldetailsDanielGavin2023-03-104-17/+63
* Improve scanning 'odin check' output to ignore suggestion text, and provide c...Fabian Sperber2023-03-101-54/+68
* increase buffer size for stdout for `odin check`DanielGavin2023-03-091-1/+1
* Fix completion on implicit enums for assignmentsDanielGavin2023-03-081-0/+12
* Add support for completion with usings and compound literalsDanielGavin2023-03-084-15/+16
* Fix enum inference from castingDanielGavin2023-03-072-0/+17
* Add comp_lit and value decl infering for enumsDanielGavin2023-03-071-0/+69
* Add more enum gotosDanielGavin2023-03-062-11/+70
* Start adding support to gotos for enumsDanielGavin2023-03-064-42/+141
* semantic token: visit the len expression in array_typeDanielGavin2023-02-251-0/+1
* use internal resolve in resolve_function_overload to prevent recursion.objc-branchDanielGavin2023-02-251-2/+4
* Fixed error where `->` with call expression couldn't be resolvedDanielGavin2023-01-241-1/+19
* More accurately auto complete ObjC proceduresLucas Perlind2023-01-244-2/+25
* early support of goto for objcDanielGavin2023-01-232-17/+26