Link to the Vimcasts about UltiSnips.
[ci skip]
This commit is contained in:
parent
cd0e60bc0f
commit
7f64510a7e
@ -60,3 +60,10 @@ discussed in the videos.
|
|||||||
- [Episode 2: Creating Basic Snippets](http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/)
|
- [Episode 2: Creating Basic Snippets](http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/)
|
||||||
- [Episode 3: What's new in version 2.0](http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/)
|
- [Episode 3: What's new in version 2.0](http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/)
|
||||||
- [Episode 4: Python Interpolation](http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/)
|
- [Episode 4: Python Interpolation](http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/)
|
||||||
|
|
||||||
|
Also the excellent [Vimcasts](http://vimcats.org) dedicated three episodes to
|
||||||
|
UltiSnips:
|
||||||
|
|
||||||
|
- [Meet UltiSnips](http://vimcasts.org/episodes/meet-ultisnips/)
|
||||||
|
- [Using Python interpolation in UltiSnips snippets](http://vimcasts.org/episodes/ultisnips-python-interpolation/)
|
||||||
|
- [Using selected text in UltiSnips snippets](http://vimcasts.org/episodes/ultisnips-visual-placeholder/)
|
||||||
|
@ -60,10 +60,6 @@ Snippets are common in structured text like source code but can also be used
|
|||||||
for general editing like, for example, inserting a signature in an email or
|
for general editing like, for example, inserting a signature in an email or
|
||||||
inserting the current date in a text file.
|
inserting the current date in a text file.
|
||||||
|
|
||||||
UltiSnips was developed using the TDD (Test-driven development) philosophy.
|
|
||||||
This ensures that features do not disappear and bugs do not reappear after
|
|
||||||
they have been fixed.
|
|
||||||
|
|
||||||
On my blog, http://www.sirver.net, I posted several short screencasts, which
|
On my blog, http://www.sirver.net, I posted several short screencasts, which
|
||||||
make a great introduction to UltiSnips, illustrating its features and usage.
|
make a great introduction to UltiSnips, illustrating its features and usage.
|
||||||
|
|
||||||
@ -72,6 +68,12 @@ http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/
|
|||||||
http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/
|
http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/
|
||||||
http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/
|
http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/
|
||||||
|
|
||||||
|
Also the excellent [Vimcasts](http://vimcats.org) dedicated three episodes to
|
||||||
|
UltiSnips:
|
||||||
|
|
||||||
|
http://vimcasts.org/episodes/meet-ultisnips/
|
||||||
|
http://vimcasts.org/episodes/ultisnips-python-interpolation/
|
||||||
|
http://vimcasts.org/episodes/ultisnips-visual-placeholder/
|
||||||
|
|
||||||
1.1 Requirements *UltiSnips-requirements*
|
1.1 Requirements *UltiSnips-requirements*
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user