Is there a way to get my constructor param comment to show up in the autocomplete dialogue pictured below (VSCode)? Thanks.

Another question I have is how to get autocomplete on types of props that are added dynamically? E.g., Object.assign(this, someObj); Any props added this way, even if someObj has an @type receive no autocomplete / types when interacting with an instance.