Sergey Svitkov
Java software engineer
- 活动总数 77
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 17
-
创建于 Find GitCommit by it's Hash
已回答Hi. I am working on a plugin related to VCS (currently only git) and I need to read commits one by one (to avoid OutOfMemory) from the beginning of project's history. While searching solution for ... -
创建于 Create VirtualFile or PsiFile from content
已回答Hi. How can I create PsiFile or VirtualFile from it's content, without having actual file on disk? In case when file is actually deleted, but it's content in stored in commit data. I found very old... -
创建于 Handle editor newline creation/deletion
已回答Hello! I wondering is it possible to handle line adding/deletion in editor. I found TypedActionHandler, but still have several questions: 1) How to handle newline adding to document? Can I just ch... -
已编辑于 Add inlay hint above method
Hello! I am developing plugin for Intellij and want to display some information above the method like it displayed near Stream operations (see attached picture for example). How can I do this? I ha... -
创建于 Serialize PsiElements with possibility to restore their positions in PsiTree
Hello!I am developing a plugin for Intellij and looking for a way to serialize SmartPsiElementPointer instances. I know that Intellij API offers a way to save plugin state in xml file with the help... -
创建于 Get a list of commits in project
已回答Hello!I am developing a plugin for Intellij and therefore wondering is there a functionality in intellij-openapi allowing to get a list of commits in current branch?It would be perfect if it is pos... -
创建于 Handle file opening
Hi! I am creating plugin for Intellij. Looking for help with handling File and Project opening events. To clarify my question: Case for file opening handle in editor: I want to add my custom InlayP... -
创建于 Diff between two commits in lines
已回答Hello!I am trying to get diff between two files in order to use it in my plugin. I saw this thread: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206756695-Get-diff-between-two-fi... -
创建于 Handle an event from VCS (Git)
已回答Hello.I am currently developing IntelliJ plugin. Want to know, is it possible to handle changes in VCS? I want to be notified with some kind of event, when commit or push happens and handle it.If t... -
创建于 How to get method boundaries with Intellij openapi?
Hello. I am working on Intellij plugin development. Wondering is there an opportunity to get method boundaries in file? I mean, number of method starting line and number of it's last line. Thanks! ...