Inits wishlist
This commit is contained in:
parent
645cf364a3
commit
a69a30792f
1 changed files with 18 additions and 0 deletions
18
vim_wishlist.md
Normal file
18
vim_wishlist.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Vim Wishlist
|
||||||
|
|
||||||
|
## Abstract
|
||||||
|
This document is a repository for random musings / groanings about my current Vim tooling.
|
||||||
|
|
||||||
|
## Wishlist
|
||||||
|
|
||||||
|
* HTML autocomplete for previously typed CSS selectors. Should work in both *.html files and *.css files.
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- This currently doesn't autocomplete -->
|
||||||
|
<section class="some-class-here">
|
||||||
|
</section>
|
||||||
|
...
|
||||||
|
<section class="some-
|
||||||
|
```
|
||||||
|
* Ctags for CSS selectors (*.html -> *.css)
|
||||||
|
* "Find usages" for CSS selectors (*.css -> *.html)
|
Loading…
Add table
Reference in a new issue