vscode-twoslash-queries icon indicating copy to clipboard operation
vscode-twoslash-queries copied to clipboard

VS Code extension which adds support for twoslash queries into typescript projects

Results 10 vscode-twoslash-queries issues
Sort by recently updated
recently updated
newest added

I like the [vscode-twoslash-queries](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries) extension. Currently it shows a type within one line but for very large types it would be nice if you can expand that window to actually...

- as far as i can tell, this is currently hard-coded here: https://github.com/orta/vscode-twoslash-queries/blob/d461407faff408be22a776c0c21ffc52799d0a33/src/helpers.ts#L41 - the referenced issue is closed due to inactivity - this means that sometimes the type hints...

enhancement
you can do this

Works well when the file extension matches with `.ts` But doesn't work inside the `` This would be really good to work with now-a-days standard of mixed language/markup based component...

When I first open vscode, I'll see this: Which is not correct. But once I switch tabs once and come back, I see this: Which is correct. Here's a screenshot...

This is a feature request. Often, I'm using the query to document a code example so I can get help on it. But if I copy the code sample and...

Amazing extension!!! ♥️ Would be sick if we could drill down into types; ```typescript type Person = { name: string; address: { line1: string; country: string; } } const person...

enhancement
good first issue

I exclusively use proportional typefaces when coding. I like the idea of this extension, but I wouldn't be able to use it easily because the `^` may not be aligned...

I wonder how hard this would be to support MD codeblocks that contain typescript - I imagine little if it's already hooking into the ts support

Please consider creating an changelog and bundle the an changelog with your extension. Updating extensions in VSCode is a very hidden process. For people interested in knowing the latest changes,...