Rakshith6477
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
-
Rakshith6477 创建了一个帖子, 已回答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... -
Rakshith6477 创建了一个帖子, 已回答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: ... -
-
Rakshith6477 创建了一个帖子, 已回答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'... -
Rakshith6477 创建了一个帖子, 已回答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... -
Rakshith6477 创建了一个帖子, 已回答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... -
-
Rakshith6477 创建了一个帖子, 已回答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 ... -
Rakshith6477 创建了一个帖子, 已回答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...