Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vaughan Rouesnel
Total activity
33
Last activity
January 12, 2022 10:52
Member since
June 25, 2013 14:10
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
13
Activity overview
Posts (1)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
January 12, 2022 10:52
I had same issue and it was from a rogue plugin not loading. Error popup showed in bottom-right corner.
Community
PhpStorm
Code Style settings not loading, related error appears in idea.log
0 votes
Created
October 15, 2021 13:52
Yann Cebron Can you add to the docs that you must run the `buildPlugin` task. https://plugins.jetbrains.com/docs/intellij/ide-development-instance.html#enabling-auto-reload Or better yet, add a `Bu...
Community
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 votes
Edited
February 12, 2021 01:08
Figured it out Step 1 build.gradle.kts tasks { runIde { jvmArgs = listOf( "-XX:+UnlockDiagnosticVMOptions" ) } } Step 2 Run the Run Plugin run configuration. (Debug won’t work) In development ID...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
1 vote
Edited
February 12, 2021 00:09
Yann Cebron Any tips on what to look in the `.hprof` to determine why the class loader cannot be unloaded?
Community
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
0 votes
Created
February 11, 2021 02:34
Yann Cebron I'm running into the same issue. How is the dynamic plugin reloading suppose to work in a development workflow? My code at the moment gets HotSwapped when I change method bodies. But wh...
Community
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 votes
Created
September 24, 2020 23:02
Marika Grzebieniowska > Thank you, I'll keep tabs on it. ;)
Community
IntelliJ IDEA Users
Shortcut to detach editor tab and move it to separate frame (existing one)
0 votes
Created
May 04, 2020 21:38
Workaround Add this code at the top of .git/hooks/pre-commit or any other hooks you have. Create a file called .skip-hooks with a single line containing true or false. This lets you temporarily di...
Community
IntelliJ IDEA Users
Disable pre-commit hooks on merge commits
0 votes
Created
April 22, 2020 21:59
I actually like the new Tool Window tab, I just wish it was designed more like the Local Changes view. And the default view should show the changed files compared with the branch - similar to the G...
Community
IntelliJ IDEA Users
2019.2 GIT branch Compare With Current changed
0 votes
Created
May 15, 2017 18:00
I'm seeing the same issue.
Community
CLion
CLion Live Templates Not Expanding/Completing
0 votes
Created
June 27, 2013 13:39
Thanks for the reponse Dmitry.I am using the approach I mentioned above by sending `file path` and `text offset` to the client which then sends the same back. I am just using the `Document#replaceS...
Community
IntelliJ IDEA Open API and Plugin Development
How to serialise a unique identifier for a JavaScript method?
0 votes
Next
›
Last
»