aboutsummaryrefslogtreecommitdiff
path: root/src/server/types.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into overload_resolutionmoonz2026-01-271-33/+34
|\
| * Add option to put the signature help for comp lits in the docs to improve ren...Brad Lewis2026-01-271-32/+33
* | feat: added a feature flag to turn overload resoution on and offmoonz2026-01-271-0/+1
|/
* Add optional feature for displaying signature help for comp literalsBrad Lewis2025-12-111-0/+1
* Add support for documentHighlightrasa-silva2025-10-191-0/+19
* Merge branch 'master' into remove-unused-importsDanielGavin2025-09-271-1/+1
|\
| * Add inlay hints for implicit return values (closes #1058)Damian Tarnawski2025-09-261-1/+1
* | Merge branch 'master' into remove-unused-importsDanielGavin2025-09-271-0/+1
|\|
| * Use client capabilities to check if range semantic token is supported.DanielGavin2025-09-241-0/+1
* | Add support for graying out unused importsDanielGavin2025-09-221-0/+7
|/
* First pass at scoring completion itemsBrad Lewis2025-09-071-2/+1
* Add code actions for importing packages from collectionsBrad Lewis2025-09-031-1/+5
* Update readme configuration documentationBrad Lewis2025-08-271-8/+8
* Add option to disable document linksBrad Lewis2025-08-261-0/+1
* Add configuration for enabling pointer matching on completionBrad Lewis2025-08-241-0/+1
* Add `odin_root_override` to ols config to allow a user to override the `ODIN_...Brad Lewis2025-08-131-0/+1
* Enable references by defaultBrad Lewis2025-08-091-1/+0
* Move comments from details to the end of the docs for the symbol andBrad Lewis2025-07-221-1/+6
* Auto import packages from core on completion.DanielGavin2025-06-221-1/+2
* Add textDocument/typeDefinition supportBrad Lewis2025-06-131-0/+1
* Remember to check if the client has dynamic registration for change watched f...DanielGavin2025-05-291-0/+10
* Add support for filewatching from the clientDanielGavin2025-04-051-1/+44
* Add documentation for enabling references and fix enable_rename config flagBrad Lewis2024-08-041-0/+1
* Merge branch 'master' into renameDanielGavin2024-07-111-21/+23
|\
| * add configuration for specific inlay hintsLaytan Laats2024-07-111-21/+23
* | Merge branch 'rename' of https://github.com/DanielGavin/ols into renameDanielGavin2024-06-131-1/+1
|\ \
| * | Setup tests for semantic tokens and add one simple testDamian Tarnawski2024-06-131-1/+1
* | | add prepare renameDanielGavin2024-06-131-1/+12
|/ /
* / More work on renamingDanielGavin2024-05-291-1/+1
|/
* New config to only call check on saved package.Daniel Gavin2024-04-251-20/+21
* Automatically add shared collection.DanielGavin2024-02-221-1/+1
* Start working on profilesDanielGavin2024-02-071-0/+2
* Add new config for "enable_procedure_snippet"DanielGavin2023-11-251-0/+2
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-191-2/+2
* Save the client name for specific client handlingDanielGavin2023-07-241-1/+5
* Handle 'enable_format' from ols configryuukk2023-07-051-0/+1
* Add new setting to enable fake methods for testingDanielGavin2023-07-021-1/+3
* partially implement workspace/didChangeConfigurationryuukk2023-06-261-0/+4
* Add experimental workspace symbolDanielGavin2023-06-121-0/+1
* Add workspace symbol typesDaniel Gavin2023-06-111-0/+11
* Add custom marshal.DanielGavin2023-06-091-1/+1
* Use InitializeOptions as the global setting, and override if specified throug...DanielGavin2023-05-291-15/+16
* Start working on labeldetailsDanielGavin2023-03-101-6/+22
* Add new config to disable the `core:odin/parser` errorsDaniel Gavin2022-10-271-0/+1
* Add support for renaming and references on identifiers and functions. Fixed b...Daniel Gavin2022-08-261-0/+1
* Finally make the move to use odinfmt in ols.Daniel Gavin2022-08-201-10/+9
* enable hover on default, if not specified in configDaniel Gavin2022-08-171-3/+2
* translate logger level to diagnostic levelIan Lilley2022-08-121-1/+1
* add support to `odinfmt.json` config for formatter.Daniel Gavin2022-08-081-1/+0
* working on supporting referencesDaniel Gavin2022-07-301-1/+1