Can I develop IDEA plugin unable to access to plugins.jetbrains.com? Follow
Answered
I have do develop it in laptop provided by my company and I cannot access to plugins.jetbrains.com in it.
I create a IntelliJ Platform Plugin project and SDK is IDEA Community Edition.
After writing a very simple action, which will "Hello World".sout, I try to run the project but there are many ERROR level logs.
And sorry for that I cannot copy the content from it(laptop provided by my company) here(this is my own computer).
Please sign in to leave a comment.
I learned and try "Prepare Plugin Module ... For Deployment", and install the jar into my IDEA, it works.
So, I guess I should correct the problem to "Can I debug easily when unable to access plugins.jetbrains.com". After all, it's really troublesome to manually compile, install and restart idea.
Thanks.
Not sure I understand your problem, but you can run your plugin in sandbox https://plugins.jetbrains.com/docs/intellij/running-and-debugging-a-plugin.html. Please note that building plugins using Devkit approach is not recommended, but Gradle setup should be used https://plugins.jetbrains.com/docs/intellij/gradle-build-system.html