Uri Bar
Uri Bar
We'd like to add support for ternaries. - [ ] Also add to the winglang reference
https://www.winglang.io/docs/language-reference#110-recommended-formatting We should add a formatter in the cli (`wing fmt`) to pass our formatting guidelines.
https://docs.winglang.io/reference/wingsdk-spec#metric
### I tried this: Tried to get completion for a ,variable definition: ```ts bring cloud; let bucket = // ^ cursor here ``` ### This happened:  ### I expected...
### I tried this: Add an `extern` function. There's no way for me to figure out the syntax unless I copy it from an example or the language reference. My...