Yasnippet
Jump to navigation
Jump to search
YASnippet is a template system for Emacs. It allows you to type an abbreviation and automatically expand it into function templates. Bundled language templates includes: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more.
Description | template system for Emacs |
---|---|
Author | name of author |
Maintainer | João Távora |
Source | https://github.com/capitaomorte/yasnippet |
Basic setup
(add-to-list 'load-path "~/.emacs.d/plugins/yasnippet")
(require 'yasnippet)
(yas/global-mode 1)
Helpful keybindings
- [Tab]
- Expand snippet.