Sorry y'all, forgot I already had a login here since it'd been so long...

Making a new class method and when I try to set the return type on the method to be void it just auto-completes to VoidType. Also, if I implement an abstract method, the auto-complete that inserts the method skeleton doesn't follow my formatting requirements and removes the space between my colon and return type, even though I do have that set in my settings. Thanks for any help!


a month later
a month later

AndyM84 correct return type completion has been implemented - currently available in the latest VS Code pre-release.

In a day or two, a full release for Visual Studio and Visual Studio Code will be out.

    Write a Reply...