
Bound to Ctrl+R, Ctrl+D by default. Also added section on how to debug the extension to the Readme. Differential Revision: https://reviews.llvm.org/D27501 llvm-svn: 289910
8 lines
204 B
C#
8 lines
204 B
C#
namespace LLVM.ClangFormat
|
|
{
|
|
static class PkgCmdIDList
|
|
{
|
|
public const uint cmdidClangFormatSelection = 0x100;
|
|
public const uint cmdidClangFormatDocument = 0x101;
|
|
};
|
|
} |