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

Show error message when importing files that have wrong camel case name (or don't exist on disk) #187

Open IonelLupu opened 2 years ago

IonelLupu commented 2 years ago

I'm submitting a feature request

Please tell us about your environment:

Current behavior: The extension doesn't show an error when importing files that have wrong camel case name. (I guess it doesn't show an error when importing files that don't exist on disk either. Didn't test)

Expected/desired behavior:

When having a file name myStyle.scss the import should show an error when importing mystyle.scss