aboutsummaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* Fix ObjectiveC-based fields not being shown for completionHarold Brenes2025-03-011-2/+1
* Enable snippets againDanielGavin2025-02-181-2/+2
* `append_magic_dynamic_array_completion` -> `append_magic_array_like_completion`cornishon2025-02-021-5/+5
* Extra builtin procedures for mapscornishon2025-02-021-0/+53
* Extra builtin procedures for dynamic arraycornishon2025-02-021-5/+16
* Strip extra pointers for `len`, `cap` and `for` completions.cornishon2025-02-021-6/+18
* Add `cap` magic completion for dynamic arrays and maps.cornishon2025-02-021-0/+45
* Add `len` and `for` for strings and fixed arrays.cornishon2025-02-021-0/+7
* Add `allocator` field completion to dynamic arrays and mapscornishon2025-01-291-0/+21
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2025-01-115-0/+5
|\
| * Update `snippets.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `requests.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `hover.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `completion.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
| * Update `build.odin` for dynamic literals.G'lek Tarssza2025-01-071-0/+1
* | Fix issue with warning on save.DanielGavin2025-01-112-2/+2
|/
* Fixed newly introduced bug with value declDanielGavin2024-12-311-1/+1
* Add exclude path for workspace symbols.DanielGavin2024-12-305-33/+50
* Fix comp literals where type is specified through value decl and not comp litDanielGavin2024-12-251-0/+2
* Fix issues with completing field with using.dev-2024-11DanielGavin2024-11-302-2/+5
* Simplify codeDanielGavin2024-11-171-59/+6
* Add support for call expression "range" loops with custom iterators and nonDanielGavin2024-11-171-1/+93
* Add signature for diverging function returnsDanielGavin2024-11-164-0/+5
* Add more #attributes and support the latest Odin.DanielGavin2024-11-161-3/+0
* Concat with \n for error messagesDanielGavin2024-11-061-1/+1
* Check if `shared` exists, if it doesn't then don't save it as collection.DanielGavin2024-10-272-6/+9
* Don't save the package symbolDanielGavin2024-10-081-14/+1
* Fix issues with proc groups not being resolved and causing crashes.DanielGavin2024-10-061-0/+5
* Fix #332DanielGavin2024-10-061-8/+23
* Fix issue with struct generics and pointer typeDanielGavin2024-10-051-1/+3
* Remember to set the call expression in ast_context when entering them in file...DanielGavin2024-10-051-0/+9
* function overload now handles shared types in function. Hover should also sho...DanielGavin2024-10-052-50/+67
* Add the ability to error out of the formatter.DanielGavin2024-10-051-0/+4
* Support overriding base functions in objc.DanielGavin2024-10-051-1/+11
* Fix issue with comp literals and `&` in typeDanielGavin2024-10-051-7/+3
* Handle untyped variables in generics. Also don't show signatures with the ove...DanielGavin2024-10-055-31/+46
* Merge pull request #520 from GoldenbergDaniel/masterDanielGavin2024-10-041-0/+1
|\
| * Fix rename locals in block statementsGoldenbergDaniel2024-10-031-1/+1
| * Fix rename locals in block statementsGoldenbergDaniel2024-10-031-0/+1
* | Give up when swizzle contains invalid characters.DanielGavin2024-10-032-0/+4
* | Fix issues with package name and variable name clashDanielGavin2024-10-031-15/+21
* | Support completion on comp literals for enumerated arrays.DanielGavin2024-10-031-0/+29
* | Fix issues with semantic tokens for ternary when.DanielGavin2024-10-031-1/+1
* | Fix issues with call expression inside another generic call expression.DanielGavin2024-10-031-0/+19
* | Make sure variables aren't spilled in case clausesDanielGavin2024-10-031-3/+17
* | Make sure not to return $ for identifiers.DanielGavin2024-10-031-1/+7
|/
* StyleDanielGavin2024-09-291-0/+7
* Don't give up in generics, because one of the arguments can't be resolved cor...DanielGavin2024-09-291-2/+0
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2024-09-291-0/+2
|\
| * Add `#reverse` directiveFourteenBrush2024-09-261-0/+1