Rakshith6477
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 How to show the welcome markdown file in editor when plugin is installed?
已回答Hello, I'm trying to display a welcome markdown page on the editor when the plugin is installed using <postStartUpActivity> Using TextEditorWithPreview.openPreviewForFile to display the markdown pa... -
已编辑于 Enter and Tab not recognized as character by TypedHandlerDelegate?
已回答I'm using TypedHandlerDelegate to perform an some actions, The keystrokes ENTER or TAB are not considered as characters. override fun charTyped(c: Char, project: Project, editor: Editor, psiFiles: ... -
创建于 Unable to type on editor when using TypedActionHandler?
已回答Hello, I'm using TypedActionHandler to execute an action as the user types. Implemented accordingly as shown in the document, but when I run the task I'm unable to type on the editor. The UI doesn'... -
已编辑于 Are there any resources for plugin testing?
已回答Hello, I have developed a plugin using Intellij sdk. Now, I need to test the implementation. I making use of editor, project, virtual file and psiFile. Is there a way to mock the editor, project a... -
创建于 Error registering an action with the key stroke
已回答I'm trying to register an action with the key stroke in MAC. I've given <keyboard-shortcut first-keystroke="alt SPACE" keymap="$default"/> But it says, "first-keystroke" attribute has invalid value... -
创建于 how to get the size in bytes for the current opened file and the runtime version?
已回答Hello, Thanks for the Plugin SDK, it was really helpful. I have couple of questions where I couldn't find any documentation for it. 1. I need to get the size of the currently opened file. Is there ... -
创建于 Can we add code formatting to the Inlay hints?
已回答Hello, I'm trying to add add code formatting for the response which I get back from the server through CodeStyleManager. And also I'm trying to view the response as InlayHints using XDebuggerInlay...