Skip to content

cranberry-clockworks/knife.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

knife.nvim

A Neovim plugin with useful tools for C# development.

Installation

vim-plug

Add to the startup config file:

Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'cranberry-knight/knife.nvim'

On next Neovim startup:

:PlugInstall

Features

XML documentation comment context generation.

One can generate XML documentation for classes, methods fields, properties, etc. For methods information about parameters, return type and possible exceptions are used.

To use map require('knife').generate_xml_doc_under_cursor() function to the key of your choice.

Roadmap

  • Context XML documentation generator.
    • XML documentation for generic methods.
    • XML documentation for generic structs, classes and interfaces.
  • Smart entity renaming with file.
  • New class/interface/enum in separate file creation.
  • Smart replacing XML documentation comments on new generation.

About

Neovim plugin with extra tools for C# development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages