Julien
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
已编辑于 Code Completion not working
已回答Hello, I am building a plugin with Code Completion. The objective is to suggest blocks of code when the user type text. That will work with any language. For now, I am just trying to add suggestion... -
创建于 Read file from project
已回答Hi, I am trying to read a file from a project. All I have as an entrypoint is a `PsiFile` instance. I tried `VfsUtil`, `LocalFileSystem` but always get `null` values. Any suggestion to get a file i... -
创建于 Getting PatchReader to work in a test environment
已回答Hello, I am writing some tests in order to test my code logic. The code does the following. @VisibleForTestingpublic static List<TextFilePatch> getTextFilePatchesFromDiff(final String patchContent)... -
创建于 How to make sure the development sandbox has some plugins installed
已回答When I start the runIDE target, I have a new instance of IntelliJ with my plugin. However, I need to install other plugins to test (such as the Python community edition). I encounter the following ... -
创建于 Get current git revision programmatically
已回答Hello, I am trying to get the current git revision programmatically. I checked this post https://intellij-support.jetbrains.com/hc/en-us/community/posts/206127699-Rigth-way-to-get-current-file-revi... -
创建于 Generic inspection tool
已回答Hello, I am developing a plugin that does a generic inspection of the code and is not specific to a language. I read https://plugins.jetbrains.com/docs/intellij/code-inspections.html#running-the-co...