DanielGavin

Results 18 issues of DanielGavin

## Context Odin: dev-2022-02:25769f13 OS: Windows 10 Home Basic (version: 21H1), build 19043.1466 CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz RAM: 16234 MiB ## Expected Behavior No bound panic ##...

stale

``` buf : [dynamic]u8 = --- buf.le // autocomplete to len(buf) buf.app // autocomplete to append(&buf, ) ```

enhancement
question

example: create_window(title="Hellope Title", monitor=nil, width=854, height=480, x=0, y=0)

enhancement

Add reference handling into the indexers.

enhancement

Allow options to be set that completes all core without requiring it to be imported, and when the user completes a core symbol, it automatically adds an import to the...

enhancement

The current semantic token has to resolve the entire file per key press, and this does not scale well with larger files. Implement the ability to only send the changes...

enhancement

Right now the `when` conditions are hardcoded for handling ODIN_OS, but at some point it would be nice to support many other variables of the ODIN_* prefixes, and also not...

enhancement