Rakshith6477

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
Rakshith6477 created a post, AnsweredHow 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 created a post, AnsweredEnter 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 created a post, AnsweredUnable 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 created a post, AnsweredAre 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 created a post, AnsweredError 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 created a post, Answeredhow 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 created a post, AnsweredCan 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...