Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.41 KB

NamR

Build status Download this extension from the VS Gallery or get the CI build.


This extension will provide the IntelliSense completion for naming things in C#. That's right, no more typing cancellationToken in e.g. a parameter declaration. Next steps are variable declarations and other places as well as quick fix support for already named things.

See the changelog for changes and roadmap.

Features

  • IntelliSense for parameter names

Param Intellisense

  • IntelliSense name proposals for properties

Propertyname

  • IntelliSense parameter name proposals for constructor arguments

Ctorparams

Contribute

Check out the contribution guidelines if you want to contribute to this project.

For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.

License

MIT