AndroidHustle
AndroidHustle

Reputation: 1814

Chrome JetBrains plugin wont be recognized by WebStorm 6.0

I've tried to solve this for so long now. I've installed the plugin from the Chrome store but the plugin button in the browser is grayed out and says "Not connected" on hover. When I debug in WS I get this popup:

enter image description here

I've seen the help section on JB site but the help there is utterly poor, and doesn't even mention the problem with the plugin and the IDE not recognizing eachother.

I've looked over other posts here with similar problems, though usually it revolved around LiveEditing, and I haven't found any help there for my problem.

Can someone please give me a sequence of steps to perform to check where the problem is with the syncing between the IDE and the Chrome plugin?

EDIT :

The JB console is empty when I open it:

enter image description here

Upvotes: 10

Views: 3147

Answers (2)

Ertuğrul Çetin
Ertuğrul Çetin

Reputation: 5231

  • Right click to JetBrains chrome extension

  • Select "Options"

  • Set Host: 127.0.0.1

  • Set Port: 63343

  • Click "Apply"

You're ready to go

Upvotes: 1

lena
lena

Reputation: 93748

please, check what is written in extension console (http://confluence.jetbrains.com/display/WI/LiveEdit, How do I know what's wrong?) The console contents along with your idea.log (Help/Reveal log) would be helpful

Upvotes: 0

Related Questions