Skip to content

A small nvim utility for generating solidity natspec

Notifications You must be signed in to change notification settings

dmpierre/natspec.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2f8653 · Oct 12, 2024

History

2 Commits
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024

Repository files navigation

natspec.nvim

A small nvim utility for generating documentation comments in solidity.

Available user commands:

Command Result
NatspecComment //
NatspecNotice /// @notice
Natspec Generates @notice, @dev, @params, @returns natspec comment

Setup

With Lazy:

return {
  "dmpierre/natspec.nvim"
}

Remarks

The generated natspec is not adapted to the function's signature. I quickly needed something to work while developing a solidity project.

About

A small nvim utility for generating solidity natspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages