snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Atom snippets package

Results 54 snippets issues
Sort by recently updated
recently updated
newest added

Hi, It may be useful to use dropdown list inside snippets placeholder as textmate does. Let's say I create a snippet for the HTML `` element. That would be really...

enhancement

Feature Request: Variables, whether sourced from the editor, or other packages. One particular use-case are documentation generators; Javadoc snippets would certainly benefit from variables like user name, date, project version,...

enhancement

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

bug

https://github.com/JoshCheek/atom-seeing-is-believing/issues/25 was opened against my package, thought I'd play around and see if I liked anything. However, it doesn't look like there is any way to do it. Here are...

enhancement

Hi all! I've got some snippets used in different scops (`` for both html and jsx for example), and I have to write them many times in snippets.cson for different...

enhancement

I'd like to dynamically include the current date/time in a snippet for markdown. The snippet would look something like this. ``` cson '.source.gfm': 'Header': 'prefix': 'header' 'body': 'My name -...

enhancement

Hello, I noticed that when trying to tab-complete an ERB tag, it does not work if the cursor is directly after HTML tags with no whitespace, and seemingly any other...

bug

I am trying to develop a snippet in which i can use in the body, the snippets prefix, description and/or other values. For example: ``` "Snippet x": { "prefix": "",...

### Description Atom snippets fail to treat an octal in multiline strings as expected. While the specification at https://github.com/bevry/cson proclaims "Multi-line Strings! Without Quote Escaping!" and gives no warning about...

Would be great if it was possible to create multiple snippets with the same prefix which presented a dropdown of the matching snippets upon pressing tab. Sublime currently behaves this...

enhancement