Posts

Showing posts with the label javascript-intellisense

Intellisense wont show members in class

Image
Intellisense wont show members in class Hello I have a really annoying problem. Usually IntelliSense should show the members of a class i made for example: However this only seems to work outside of classes. if i try the same thing inside a Class it only shows members that i already used in this class: I've already tried this this.rectangle = /**@type {Rectangle} */(new Rectangle()); but it still does not work. By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.