about summary refs log tree commit diff
path: root/vim_wishlist.md
blob: 3e63abe3a12a6191d7b90f4c2c2ded04573892ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)