winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.07k stars 198 forks source link

Missing function completion #4794

Open eladb opened 1 year ago

eladb commented 1 year ago

I tried this:

let fn = inflight (x: str) => {
  log(x);
};

inflight () => {
  fn(
//   ^
};

This happened:

No completion

I expected this:

To show me x as the argument, etc.

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

github-actions[bot] commented 11 months ago

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!