Binding Autocomplete doesn't work
See original GitHub issueI’m submitting a bug report
- Extension Version: 1.0.5
Please tell us about your environment:
-
Operating System: Windows 10
-
Visual studio code version: 1.41.1
Current behavior: I don’t get the properties from my backing viewmodel in my view intellisense. My Aurelia plugin settings are defined like this:
"aurelia.featureToggles": {
"smartAutocomplete": true
},
Expected/desired behavior:
- What is the expected behavior? I would expect it to behave in the way described here
I suspect my plugin isn’t properly configured, as almost all other functionalities in that blogpost aren’t working as well. The only thing that does work is the open related files functionality.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:20 (11 by maintainers)
Top Results From Across the Web
Mat autocomplete not working with data binding - Stack Overflow
When the user changes the selection call a function. All works fine, except that I am not able to get the data binding...
Read more >Two Way Binding with AutoComplete not working - Syncfusion
We would like to know you that the reported issue can be resolved by enabling the property EnablePersistance in the AutoComplete component. But ......
Read more >auto-complete Key binding doesn't work in one emacs mode
I have changed the keybindings for yasnippet and autocomplete so that I can use tab for indentation anywhere in a line without accidentally ......
Read more >autocomplete doesnt work in dynamic input field - jQuery Forum
i have an ajax request to take source autocomplete in dynamic field with add button but not working, pls correct my code, i...
Read more >jQuery UI Autocomplete
Autocomplete can be customized to work with various data sources, ... The Autocomplete plugin does not filter the results, instead the request parameter ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’ve also the same problem. AutoComplete doesn’t work.
If I try to open Aurelia view data to side, I get the following message:
No file path found for {Path of the HTML Template)
The command
Open Related Aurelia File: View
works.Please let me know if there is anything more I can provide in order to get this fixed. It has to be something trivial, as our entire team (6+ people) can’t get this to work on all our Aurelia projects. I would be happy to organize a screen share if that would help you.