Documentation
¶
Overview ¶
设置了按键绑定功能
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KLS ¶
type KLS struct {
// contains filtered or unexported fields
}
func NewKLS ¶
func NewKLS(options *KLSOptions) *KLS
func (*KLS) SetFileContentKey ¶
func (kls *KLS) SetFileContentKey()
func (*KLS) SetFileListKeys ¶
func (kls *KLS) SetFileListKeys()
func (*KLS) SetInputFieldKeys ¶
func (kls *KLS) SetInputFieldKeys()
func (*KLS) SetRepoListKeys ¶
func (kls *KLS) SetRepoListKeys()
type KLSOptions ¶
type KLSOptions struct {
// contains filtered or unexported fields
}
func NewKLSOptions ¶
func NewKLSOptions() *KLSOptions
func (*KLSOptions) SetCtagBinaryPath ¶
func (options *KLSOptions) SetCtagBinaryPath(path string) *KLSOptions
func (*KLSOptions) SetFileExtensionFilter ¶
func (options *KLSOptions) SetFileExtensionFilter(filter string) *KLSOptions
func (*KLSOptions) SetIgnoreDirs ¶
func (options *KLSOptions) SetIgnoreDirs(dirs string) *KLSOptions
func (*KLSOptions) SetIndexDirs ¶
func (options *KLSOptions) SetIndexDirs(dirs []string) *KLSOptions
Click to show internal directories.
Click to hide internal directories.