sponsor Vim development Vim logo Vim Book Ad

lilycomment.vim : comment plugin for csharp

 script karma  Rating 4/1, Downloaded by 739  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
lilycomment.vim.zip 1.0 2016-10-05 8.0 hana nana Initial upload
ip used for rating: 18.118.126.241

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github