sakura/en/Open Pair C and C++ Header(Source)

Last-modified: 2008-03-29 (土) 14:37:17

Open Pair C/C++ Header(Source)

Only C/C++:

  • Source File (.c/cpp/cxx/cc/cp/c++)
    or
  • Header File (.h/hpp/hxx/hh/hp/h++)

open, this function can be used.

When the file under the edit is a source file, the file name is the same and the extension:
It looks for the file of h/hpp/hxx/hh/hp/h++ in this order, and what is found first is opened.
When the file under the edit files the header, the file name is similar, and moreover, it is the same and the extension is similar.
It looks for the source file in the order of c/cpp/cxx/cc/cp/c++, and what is found first is opened.

Macro Syntax

  • Syntax
    OpenHfromtoC( );
  • Record
    Not support