Controller store methods are not properly matched when using typescript in VS Code
Open
- Dominant language
- TypeScript
- Stars
- 491
- Forks
- 71
- Avg merge
- 23h
- Merged PRs (30d)
- 5
Description
When using a typescript controller and using the `this.store` methods, the methods with signatures (any, any) are recommended first in vscode. The simplest solution would probably be to have these declared as last definitions. This does not happen with the `store.get` method since it does not have any definitions where the parameters are of type `any`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.