Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@SeeminglyScience SeeminglyScience released this 26 Sep 02:19

ConvertTo-FunctionDefinition

New editor command that generates a new function from selected text.

converttofunctiondefinitiondemo

  • Creates parameters for variables not assigned in the selection, including type (if available)

  • Generated function can be exported automatically to the closest begin block, external file, or directly above

  • Creates a expression calling the new function including parameters in place of the source selection