summaryrefslogtreecommitdiff
path: root/src/server/methods.odin
Commit message (Collapse)AuthorAgeFilesLines
* feat: add completion edit text test for proc group with single argumentpc2026-01-271-2/+17
|
* feat: suggest proc group instead of individual procspc2026-01-271-78/+203
|
* Use current package rather than file path to filter private symbolsBrad Lewis2025-08-311-1/+1
|
* Always collect private symbols and filter them when resolvingBrad Lewis2025-08-221-1/+10
|
* Improvements to bitset completions with named bitsets and selector chainsBrad Lewis2025-08-191-1/+5
|
* Add methods for untyped symbols the same as their typed variantsBrad Lewis2025-08-121-3/+43
|
* Fix issues due to mergeBrad Lewis2025-07-301-2/+2
|
* Merge pull request #800 from BradLewis/fix/constructing-docs-methodsBradley Lewis2025-07-301-3/+2
|\ | | | | Fix issue with constructing docs on indexed symbols
| * Fix issue with constructing docs on indexed symbolsBrad Lewis2025-07-291-4/+2
| |
* | Update selector completionsBrad Lewis2025-07-291-3/+2
|/
* Move comments from details to the end of the docs for the symbol andBrad Lewis2025-07-221-3/+4
| | | | use markdown for completion docs
* Consolidate documentation writing code into new file and base it around symbolsBrad Lewis2025-06-271-2/+2
|
* Change odinfmt to use 120 characters instead. Add support for infering Maybe ↵DanielGavin2024-08-101-45/+10
| | | | in comp literals.
* Fix procs in external packages not getting receiver completion.Harold Brenes2024-04-181-18/+20
|
* Emit proc "receiver" when using fake methods.Harold Brenes2024-04-181-8/+35
|
* Update methods.odinJonas Welle2024-03-301-1/+1
| | | | I can't get it to build without this change.
* Automatically add shared collection.DanielGavin2024-02-221-1/+1
|
* Forgot to check if the first argument is valid on fake methods.DanielGavin2023-12-281-0/+5
|
* Fix issue with fake methods not using the aliased package nameDanielGavin2023-12-281-1/+5
|
* Procedure types do no longer insert `()`DanielGavin2023-11-111-10/+10
|
* Forgot file...DanielGavin2023-07-081-0/+141