You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classMain {
staticfunctionmain() {
trace("Hello, world!");
// type:// foo(new A<select second completion item and press tab>)
}
staticfunctionfoo(v:Any):Void {}
}
It will make new SigNum and import it, or any other random thing. It also shows bad documentation while completion list is updated.
Something is wrong with previousCompletionData in CompletionFeature.hx, setting it to null kinda fixes it, but removes documentation.