vscode-snippet

🐤 A Visual Studio Code extension for cheat.sh. Quickly and easily find code snippets for any language right inside your IDE.

MIT License

Stars
231
Committers
13

Bot releases are visible (Hide)

vscode-snippet - Version 0.4.2

Published by mre almost 6 years ago

Fixing the build. The node-modules directory was missing. Adjusted the .vscodeignore file accordingly and extended the publish target in the Makefile so that this won't happen again.

vscode-snippet - Version 0.4.1

Published by mre almost 6 years ago

An attempt to fix the broken build by re-releasing the package.

vscode-snippet - Version 0.4.0

Published by mre almost 6 years ago

  • Add suggestions for previous searches. (by @GianOrtiz)
  • http.proxy: VS Code proxy setting. If set, requests made by vscode-snippet will be sent through provided proxy (see Visual Studio Code network settings) (by @kubac65)
vscode-snippet - Version 0.3.0

Published by mre about 6 years ago

  • Add a status-bar when loading a snippet
vscode-snippet - Version 0.2.4

Published by mre about 6 years ago

  • Allow setting a different base url (other than cheat.sh) in the config.
  • Fix a bug with escaping queries having more than two words.
vscode-snippet - Version 0.2.3

Published by mre about 6 years ago

I'm in the mood for changing the colortheme...

vscode-snippet - Version 0.2.2

Published by mre about 6 years ago

Minor version just for changing color theme in VSCode Marketplace. 😊

vscode-snippet - Version 0.2.1

Published by mre about 6 years ago

Add two new commands:

  • Force adding the snippet inline (inside the current editor).
  • Force opening the snippet in a new editor.
vscode-snippet - Version 0.2.0

Published by mre about 6 years ago

This release adds two new config options:

  • openInNewEditor: open snippets or in new editor window (default) in line with current document.
  • verbose: add comments around code snippets.
vscode-snippet - Version 0.1.3

Published by mre over 6 years ago

Improve package description

vscode-snippet - Version 0.1.2

Published by mre over 6 years ago

Adds a keyboard shortcut (cmd + shift + s) to find snippet for selected text.

vscode-snippet - Version 0.1.1

Published by mre over 6 years ago

This adds "Find snippet for selected text" to the editor context menu.

vscode-snippet - Version 0.1.0

Published by mre over 6 years ago

Added support for searching selected text. (See #1)

vscode-snippet - Version 0.0.5

Published by mre over 6 years ago

Hello World! This is the initial release of vscode-snippet!
Be part of this ride by contributing to it. 😄