public interface CodeEditorHelpableProvider
Register via the helpable-provider hook in ceditor.
Modifier and Type | Method and Description |
---|---|
HelpInfo |
getHelpInfo(CodeEditor codeEditor,
int offset)
Get help for the give code editor and offset.
|
boolean |
hasHelpInfo(CodeEditor codeEditor,
int offset)
Companion to getHelpInfo.
|
HelpInfo getHelpInfo(CodeEditor codeEditor, int offset)
codeEditor
- the code editor to find helpoffset
- the offset at which to get help for.boolean hasHelpInfo(CodeEditor codeEditor, int offset)
codeEditor
- the code editor to find helpoffset
- the offset at which to get help for.