Is there a way I can copy to clipboard the full path of an inferred type?
Example:
class App { listen(){ const server = expressApp.listen()}}
I want to make server a member and not a local, but I don't know the type. Is there 1 click to get type?
I think C# has this: https://docs.microsoft.com/en-us/visualstudio/ide/reference/convert-var-to-explicit-type?view=vs-2019