wing icon indicating copy to clipboard operation
wing copied to clipboard

No signature help for `super()` calls

Open eladb opened this issue 2 years ago • 3 comments

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.

eladb avatar Nov 09 '23 00:11 eladb

Completions do show up (but need to be manually triggered)

image

There is no signature help though, is that the issue?

MarkMcCulloh avatar Nov 09 '23 16:11 MarkMcCulloh

There is no signature help though, is that the issue?

yes, updated the title

eladb avatar Nov 09 '23 17:11 eladb

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!

github-actions[bot] avatar Jan 09 '24 06:01 github-actions[bot]

Congrats! :rocket: This was released in Wing 0.74.4.

monadabot avatar May 22 '24 08:05 monadabot