aurelia / vscode-extension

An extension for the VS Code editor that provides Intellisense capabilities to your Aurelia project.
MIT License
112 stars 25 forks source link

The use of a private method of an injected class in the view- should provide error feedback #188

Open giladt opened 2 years ago

giladt commented 2 years ago

I'm submitting a feature request

Please tell us about your environment:

Current behavior: There is no indication when using a private method of an injected class in the view.

Expected/desired behavior: The use of a private method of an injected class in the view- should provide error feedback, the same way as it does in the View Model.

View Model: image

View: image