Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Functions OrganizerNew to Visual Studio Code? Get it now.
Functions Organizer

Functions Organizer

Alon Alexander

|
1,012 installs
| (2) | Free
An extension to move and organize functions in a file using shortcuts instead of cut&paste.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Functions Organizer

A plugin which adds the ability to move functions around the file and swith them (like you can already do with single lines).
This ability helps to reformat and organize your code.

Features

The plugin exposes a few actions, and it binds these to keyboard shortcuts:

  • Move function up (control+shift+up).
  • Move function down (control+shit+up).
  • Sort functions in a selection (or entire document/class if no are is selected).

Language Support

A list of programming languages this plugin supports:

  • Javascript

Requirements && Extension Settings

No requirements nor extension settings for now.

Release Notes

1.0.0

First major release. Enough functionality available for casual use and productivity from the extension.

Support only for the JavaScript language.

  • [Add] Support for JS classes.

0.3.0

Add support for sorting functions, either in selection or entire document (Issue #5)

0.2.0

Add support for the export keyword (Issue #4);

0.1.0

Add support for arrow functions (JavaScript).

0.0.1

Writing the basics.


License

This repository is under the MIT license.

Contributors

Created and maintained by Alon Alexander.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft