Kyle Shipley
Kyle Shipley
Looks like other people are on it! Just saw #5. Feel free to close, or maybe keep this open until you add a version just to avoid dupes?
Well, I _feel_ better at least! Here's hoping someone out there in the ether has solved this.
As far as I can tell, it looks like `setopt complete_aliases` is the culprit. When I comment out that line, alias autocompletion works with no additional changes.[1] I don't know...
I was seeing this issue with a stateless functional component being exported directly, e.g. ``` jsx export default props => { // rendering code } ``` Changing to the following...