Skip to content

yuratomo/dotnet-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-complete

This plugin is a completion for .Net Source.

  • WPF (*.xaml)

  • c# (*.cs)

Settings

for xaml

au BufNewFile,BufRead *.xaml    setf xml
au BufNewFile,BufRead *.xaml    setl omnifunc=xaml#complete

for c#

au BufNewFile,BufRead *.cs      setl omnifunc=cs#complet
au BufNewFile,BufRead *.cs      setl bexpr=cs#balloon()
au BufNewFile,BufRead *.cs      setl ballooneval

Command

###:DotnetCompleteLoadFromTag :DotnetCompleteLoadFromTag

ScreenShots

XAML

  • Tag name (Class name)

Tag name

  • Tag attribute name

Tag attribute name

  • Value (Enum and value)

Value

  • Tag Property name (Property and event)

Tag Property name

  • Binding (Binding class)

Binding

  • Binding Property

BInding Property

  • Binding Name

Binding Name

  • xaml namespace

xaml namespace

CS

  • Namespace (Using ...)

Namespace

Namespac2

  • Class name

Class name

  • Class member

Class member

Class member2

  • New class

New class

  • Class balloon help

Class balloon help

  • member balloon help

member balloon help

About

vim completefunc for .net (c#/wpf)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published