My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Feedback

This not a comprehensive list

Refactor_NamedParameters  
Refactoring which converts a method call with positional arguments, into a named-argument equivalent
Updated Sep 19, 2011 by RoryBec...@gmail.com

Requires DXCore 10.2 since build 1744

Introduction

Adds a new Refactoring which converts a method call with positional arguments, into a named-argument equivalent

Usage

  • Place the caret on a method call
  • Select "Use Named Parameters"

Your method call will change to use 'named' rather than 'positional' parameters.

For full details see this blog post

Credits

Author: Mark Miller

Powered by Google Project Hosting