Rakshith6477

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created How to show the welcome markdown file in editor when plugin is installed?
AnsweredHello, 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... -
Edited Enter and Tab not recognized as character by TypedHandlerDelegate?
AnsweredI'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: ... -
Created Unable to type on editor when using TypedActionHandler?
AnsweredHello, 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'... -
Edited Are there any resources for plugin testing?
AnsweredHello, 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... -
Created Error registering an action with the key stroke
AnsweredI'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... -
Created how to get the size in bytes for the current opened file and the runtime version?
AnsweredHello, 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 ... -
Created Can we add code formatting to the Inlay hints?
AnsweredHello, 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...