wing
wing copied to clipboard
No signature help for `super()` calls
I tried this:
class Base {
init(hello: num) {}
}
class Derived extends Base {
init() {
super()
// ^ no completion!
}
}
new Derived();
This happened:
No completion for the function call
I expected this:
To see completions
Is there a workaround?
No response
Component
IDE Extension
Wing Version
No response
Node.js Version
No response
Platform(s)
No response
Anything else?
No response
Community Notes
- Please vote by adding a 👍 reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.
Completions do show up (but need to be manually triggered)
There is no signature help though, is that the issue?
There is no signature help though, is that the issue?
yes, updated the title
Hi,
This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
Congrats! :rocket: This was released in Wing 0.74.4.