Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Julien
Total activity
28
Last activity
November 15, 2021 22:12
Member since
May 14, 2020 05:20
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
7
Activity overview
Posts (6)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
March 09, 2021 04:32
Got my answer, will publish for visibility and help other people that may have the same questions. Add dependency in build.gradle: intellij { ... plugins 'git4idea'} To do this in the cod...
Community
IntelliJ IDEA Open API and Plugin Development
Get current git revision programmatically
2 votes
Edited
May 14, 2020 07:54
I am having the exact same problem. I tried the VM mentioned above and the fonts are just horrible. Also Macbook Air 2020 and IntelliJ Ultimate
General
Known issues
IDE crashes on MacOS 10.15 Catalina
1 vote
Created
November 15, 2021 22:12
Thank you, it worked!
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion not working
0 votes
Created
November 15, 2021 16:54
Thanks. What I do not understand is why the completion is not showing up when there is no other suggestion. Is there a good example I can rely to to add suggestions to an existing language (let's s...
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion not working
0 votes
Created
November 10, 2021 14:20
Thanks for your message. I checked the settings and auto-completion (basic, type-matching) are all enabled. When triggering, it shows "no suggestion available" while language-based suggestions (not...
Community
IntelliJ IDEA Open API and Plugin Development
Code Completion not working
0 votes
Created
August 18, 2021 14:57
The only thing I can do is getting the profile by using psiFile.getProject().getBasePath() and add the path to this String. Like doing psiFile.getProject().getBasePath() + "/package.json" However, ...
Community
IntelliJ IDEA Open API and Plugin Development
Read file from project
0 votes
Created
August 18, 2021 13:53
Thank you for your response. I read that documentation and the problem is that I do not have a method to get the project path. All I have is a reference to "a file" (anywhere in the project) and al...
Community
IntelliJ IDEA Open API and Plugin Development
Read file from project
0 votes
Created
March 17, 2021 00:50
I found the culprit. I was using the following in my build.gradle. test { useJUnitPlatform()} Once removed, everything started to work! Thank you.
Community
IntelliJ IDEA Open API and Plugin Development
Getting PatchReader to work in a test environment
0 votes
Created
March 16, 2021 14:43
Thank you for your quick response. I will post the plugin repository in a GitHub repository to provide more information.
Community
IntelliJ IDEA Open API and Plugin Development
Getting PatchReader to work in a test environment
0 votes
Created
March 15, 2021 21:09
Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
How to make sure the development sandbox has some plugins installed
0 votes
Next
›
Last
»