]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/doc/index.org
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / yasnippet / doc / index.org
1 #+SETUPFILE: org-setup.inc
2 #+TITLE: Yet another snippet extension
3
4 The YASnippet documentation has been split into separate parts:
5
6 0. [[https://github.com/capitaomorte/yasnippet/blob/master/README.mdown][README]]
7
8 Contains an introduction, installation instructions and other important
9 notes.
10
11 1. [[file:snippet-organization.org][Organizing Snippets]]
12
13 Describes ways to organize your snippets in the hard disk.
14
15 2. [[file:snippet-expansion.org][Expanding Snippets]]
16
17 Describes how YASnippet chooses snippets for expansion at point.
18
19 Maybe, you'll want some snippets to be expanded in a particular mode,
20 or only under certain conditions, or be prompted using =ido=, etc...
21
22 3. [[file:snippet-development.org][Writing Snippets]]
23
24 Describes the YASnippet definition syntax, which is very close (but
25 not equivalent) to Textmate's. Includes a section about converting
26 TextMate snippets.
27
28 4. [[file:snippet-menu.org][The YASnippet menu]]
29
30 Explains how to use the YASnippet menu to explore, learn and modify
31 snippets.
32
33 5. [[file:faq.org][Frequently asked questions]]
34
35 Answers to frequently asked questions.
36
37 6. [[file:snippet-reference.org][YASnippet Symbol Reference]]
38
39 An automatically generated listing of all YASnippet commands,
40 (customization) variables, and functions.
41
42
43 # Local Variables:
44 # mode: org
45 # fill-column: 80
46 # coding: utf-8
47 # End: