lilycomment.vim : comment plugin for csharp
script karma |
Rating 4/1,
Downloaded by 781 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
hana nana |
|
script type |
utility |
|
description |
lilycomment.vim
lilycomment is comment plugin for csharp.
One day, I searched comment plugin. But the one is not in the net.
So I made this. What I write in the other?
Requirement
This plugin is used lambda function.
YES! It's function was implemented in Vim 8.0.
SO YOU NEED TO UPDATE VIM 8.0!
Install
PLZ use plugin-manager. if you use NeoBundle,
Neobundle 'hananana/lilycomment.vim'
Oops, you love junegunn? Me to. vim-plug is cool.
Plug 'hananana/lilycomment.vim'
As you like.
Commands
:LilyComment
Insert Comment with tags.
Example
///<summary>
///
///</summary>
public class Hoge
{
///<summary>
///
///</summary>
///<param> foo </param>
///<param> bar </param>
///<return> </return>
string DoSomething(int foo, string bar)
{
}
} |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 44.220.184.63
|