Wing Creator
Wing Creator in an extension to Microsoft's Visual Studio Code that provide smart features to help you work with Wing. To get started with Wing Creator, simply install the extension. To get code completion and insights working, you will need to install Wing as Once the extension is installed, support for
ProblemsWing Creator will automatically run Wing whenever you change your code to analyse it and make sure it does not contain any error. When an error is detected, the line the error is from is underlined, and you can get details about it when you hover over it. You can also see the version of Wing you are running (on the screenshot WarningsWing Creator underlines warnings in yellow. These typically won't cause Wing to exit and will only display a warning message. ErrorsErrors in Wing Creator are underlined in red. These will cause Wing to exit after displaying an error message when executed. If strict mode is enabled, all warnings below the DeprecationsDeprecations are underlined in blue, and to ensure you don't attempt to use a deprecated feature, are also crossed out. UpdatesThe Wing developers often release updates of Wing Creator when they are necessary. Updates could improve compatibility with a new version of Wing or fix existing bugs. It is important that you update Wing Creator as soon as possible every time a new update is released. Updating Wing Creator is the same as updating any Visual Studio Code extension. |