scratchpads icon indicating copy to clipboard operation
scratchpads copied to clipboard

Scratchpads extension for Visual Studio Code

Results 9 scratchpads issues
Sort by recently updated
recently updated
newest added

Ability to configure a default file type such that a new file creation will ideally have 0 prompts

Please add the ability to rename scratchpads.

This is a minor feature request that, IMHO, would improve developer experience. Here are steps to reproduce: 1. Open the "New Scratchpad" search bar 2. Type `txt` Expected: the first...

# Summary All open typescript scratchpad's share the same namespace. This means they can read each other's variables. Defining `x` in two typescript scratchpads results in an error because it's...

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

I'd like a way to use Deno (via their VSCode extension) for TypeScript files rather than the built-in Node.js based TypeScript editor support. Is this possible? Thank you.

I'd like it if the new scratchpad I'm opening opens in a new tab to the side when I'm holding the `SHIFT` button when pressing `Enter`. This would be the...

It would be nice to have a separate command to automatically open the latest scratchpad (without asking for which one to open). This way, I could have something like `ctrl+.`...

enhancement

currently naming be ``` scratch1.sql scratch2.sql ``` i want it as: ``` s1.sql s2.sql ```