https://github.com/mom1/pasteasstring
It helps to insert some code as a string
https://github.com/mom1/pasteasstring
pasteasstring python sublime-package sublime-text-3
Last synced: 3 months ago
JSON representation
It helps to insert some code as a string
- Host: GitHub
- URL: https://github.com/mom1/pasteasstring
- Owner: mom1
- License: mit
- Created: 2016-09-26T10:25:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T15:20:10.000Z (about 8 years ago)
- Last Synced: 2025-01-03T14:26:44.169Z (5 months ago)
- Topics: pasteasstring, python, sublime-package, sublime-text-3
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PasteAsString
=============It helps to insert some code as a string
----
Default settings for languages:
+ C#
+ C++
+ Java
+ JavaScript
+ Perl
+ PHP
+ Ruby
+ VBSAnd it is very easy to set up other
Usage
-----For example, the text in the buffer:
```sql
SELECT field1
FROM "table"
WHERE field2 = 'string'
```In Sublime Text from the context menu 'Paste as. . . ' or hotkeys Shift + Alt + v
Inserts text### javascript
### Ruby
### VBScript
Installation
------------**Very easy with [Package Control](http://wbond.net/sublime_packages/package_control) right inside Sublime Text 3 (Package Control needs to be installed):**
1. Ctrl + Shift + P
2. Search for "install", hit enter
3. Search for "PasteAsString", hit enter**Manually (not recommended):**
1. Clone or download this package
2. Put it into your Packages directory (find using 'Preferences' -> 'Browse Packages...')Credits
-----
[MOM](https://github.com/mom1)