This small sublime plugin add ability to import relative file names and open it. Just add following keybindings.
{ "keys": ["?"], "command": "open_file_by_path" },
{ "keys": ["?"], "command": "import_path" },
Mainly useful for javascript for importing modules, but it can be used to import any file name and open it.
MIT
