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!