annotate README.md @ 15:cfcac4ed7d21
default tip
Improve loading of solution files
- New argument to force a rebuild of the cache
- Gracefully handle missing projects in a solution
- Handle more different xml namespaces
- Support more edge cases
author |
Ludovic Chabant <ludovic@chabant.com> |
date |
Tue, 29 Aug 2023 12:59:54 -0700 |
parents |
5d2c0db51914 |
children |
|
rev |
line source |
0
|
1
|
|
2 # Vim-crosoft
|
|
3
|
|
4 Vimcrosoft is a Vim plugin for working with Microsoft Visual Studio solutions.
|
|
5 It makes it possible to build solutions and projects from Vim, and integrates
|
|
6 with various other plugins, such as letting you list solution files in FZF, or
|
|
7 get code completion with YouCompleteMe.
|
|
8
|
|
9 It's currently a work in progress in alpha state.
|
|
10
|