Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

A lightweight plugin for Sublime Text 3 to extract a function from a selected piece of Javascript code

License

Notifications You must be signed in to change notification settings

tricinel/JavascriptExtractFunction

Repository files navigation

Javascript Extract Function

This is a lightweight Sublime Text 3 plugin that will extract and create a function from the highlighted text. It works in three steps:

  1. Highlight the text
  2. Select which type of function to create
  3. Name your function

Your text will be wrapped into a new Javascript function, depending on what you selected and called right afterwards. You can either automatically paste the new function right in the file, or copy it to clipboard and paste it wherever you like.

Installation

You can install JavascriptExtractFunction via Package Control.

  1. Press cmd/ctrl + shift + p to open the command palette.
  2. Type Install package and press enter. Then search for JavascriptExtractFunction

Usage

To run the Javascript Extract Function command... open the Sublime Text Command Palette and type "Extract Javascript Function."

You can also right-click on a selected piece of code in a file to bring up the Context Menu and select "Extract Javascript Function."

Key Bindings

The plugin adds two key bindings that you can use as shortcuts.

  • alt + m will ask you to select what type of function to extract your function into
  • shift + alt + m will automatically extract an arrow function and paste it into your code

Limitations

This plugin does not currently support multiple selections. If you select more than one block, only the first one will be used in function creation.

About

A lightweight plugin for Sublime Text 3 to extract a function from a selected piece of Javascript code

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages