/OpenOther

Open corresponding file by searching the "extenstions" settings.

Primary LanguagePythonOtherNOASSERTION

Sublime Text OpenOther Package adding the ability to open a corresponding file to the current active view by extension lookup.

Install

$ https://github.com/GuyCarver/OpenOther

Instructions

If an "extensions" settings entry exists for the view files are search 1st forward in the list from the current extenstion then forward from the beginning of the list to the current extension.

NOTE: The Extensions settings are usually set by the language package.

Key Bindings:

  • f11 = Open another file.

Todo:

  • Support custom extension lists.