主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vaughan Rouesnel
活动总数
33
最后的活动
2022年01月12日 10:52
成员加入日期
2013年06月25日 14:10
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
13
活动概览
帖子(1)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2022年01月12日 10:52
I had same issue and it was from a rogue plugin not loading. Error popup showed in bottom-right corner.
社区
PhpStorm
Code Style settings not loading, related error appears in idea.log
0 票
创建于
2021年10月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 票
已编辑于
2021年02月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
1 票
已编辑于
2021年02月12日 00:09
Yann Cebron Any tips on what to look in the `.hprof` to determine why the class loader cannot be unloaded?
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
0 票
创建于
2021年02月11日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to Trigger Dynamic Plugin Reload
0 票
创建于
2020年09月24日 23:02
Marika Grzebieniowska > Thank you, I'll keep tabs on it. ;)
社区
IntelliJ IDEA Users
Shortcut to detach editor tab and move it to separate frame (existing one)
0 票
创建于
2020年05月04日 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...
社区
IntelliJ IDEA Users
Disable pre-commit hooks on merge commits
0 票
创建于
2020年04月22日 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...
社区
IntelliJ IDEA Users
2019.2 GIT branch Compare With Current changed
0 票
创建于
2017年05月15日 18:00
I'm seeing the same issue.
社区
CLion
CLion Live Templates Not Expanding/Completing
0 票
创建于
2013年06月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to serialise a unique identifier for a JavaScript method?
0 票
下一页
›
最后
»