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 - v1.2.0 Latest Release

Published by VladBrok 7 months ago

vscode-snippet - v1.1.4

Published by VladBrok 7 months ago

vscode-snippet - v1.1.3

Published by VladBrok 11 months ago

What's Changed

Full Changelog: https://github.com/mre/vscode-snippet/compare/v1.1.2...v1.1.3

vscode-snippet - v1.1.2

Published by VladBrok about 1 year ago

What's Changed

Full Changelog: https://github.com/mre/vscode-snippet/compare/v1.1.1...v1.1.2

vscode-snippet - v1.1.1

Published by VladBrok about 1 year ago

  • Fix error: Activating extension 'vscode-snippet.snippet' failed: Cannot read properties of undefined (reading 'languages')
vscode-snippet - v1.1.0

Published by VladBrok over 1 year ago

vscode-snippet - v1.0.3

Published by VladBrok over 1 year ago

  • Display saved snippets in IntelliSense (thanks to @Hoper-Q for the idea)

Full Changelog: https://github.com/mre/vscode-snippet/compare/v1.0.2...v1.0.3

vscode-snippet - v1.0.2

Published by VladBrok over 1 year ago

What's Changed

Full Changelog: https://github.com/mre/vscode-snippet/compare/v1.0.1...v1.0.2

vscode-snippet - v1.0.1

Published by VladBrok over 1 year ago

  • Add the "Snippets" view for saving snippets. For more information, check out the README
  • New "insertByDoubleClick" config option and snippets synchronization
  • Handle cht.sh 404 better
  • Add hotkeys for selecting prev/next answer (by @tennox)
  • Add bundling and minification via Rollup (by @Maks1mS)
  • Update CI triggers and use latest Node versions (by @Maks1mS)
  • Migrate from TSLint to ESLint (by @Maks1mS)
  • Add one-click dev setup for vscode (by @tennox )
  • Update paragraph formatting in the README (by @takagimeow)
  • Update dependencies

Full Changelog: https://github.com/mre/vscode-snippet/compare/0.9.2...v1.0.1

vscode-snippet - v1.0.0-pre

Published by VladBrok over 1 year ago

Add the "Snippets" view for saving snippets. For more information, check out the README.

Full Changelog: https://github.com/mre/vscode-snippet/compare/0.9.1...v1.0.0-pre

vscode-snippet - Version 0.9.2

Published by VladBrok over 1 year ago

What's Changed

Full Changelog: https://github.com/mre/vscode-snippet/compare/0.9.1...v0.9.2

vscode-snippet - Version 0.9.1

Published by mre almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mre/vscode-snippet/compare/0.9.0...0.9.1

vscode-snippet - Version 0.9.0

Published by mre about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mre/vscode-snippet/compare/0.8.1...0.9.0

vscode-snippet - Version 0.8.1

Published by mre almost 5 years ago

Allows loading snippets for arbitrary, user-defined languages as well.
Before, only a predefined language could be selected when executing Snippet: Find for language.
Thanks to @ebeloded (#54) for raising this.

vscode-snippet - Version 0.8.0

Published by mre almost 5 years ago

This refactors the extension to render snippets using VSCode's virtual document provider (see #27).
It feels much more natural to use the extension now, as VSCode will deal with window handling. It will open the snippets in read-only mode and pagination through snippets will not clutter the IDE but instead load in the open snippet editor window.
Thanks goes to @taksuparth for working on this.

vscode-snippet - Version 0.7.0

Published by mre about 5 years ago

This release brings a couple of improvements for document handling and fixes a regression with proxy handling.

  • Open next/previous answer in same editor window as original answer.
  • Clean up and update package deps.
  • Fix import for proxy (see #24).
  • Add loading icon.
  • Support finding a snippet for a different language than the current document.
  • Refactoring
vscode-snippet - Version 0.6.0

Published by GianOrtiz over 5 years ago

This version adds the configuration option defaultLanguage to let the user choose a programming language to use when there is no open editor.

vscode-snippet - Version 0.5.1

Published by mre over 5 years ago

This version adds support for toggling comments via Snippet: Toggle comments.

vscode-snippet - Version 0.5.0

Published by mre over 5 years ago

This version adds support for previous and next answers using the commands Snippet: Show previous answer and Snippet: Show next answer.

vscode-snippet - Version 0.4.3

Published by mre almost 6 years ago

Pin event-stream npm package to 3.3.4 because of a vulnerability in newer versions.