Change WebStorm LiveEdit Port (63342)

点点圈 提交于 2019-11-30 11:11:05

WebStorm 8

In WebStorm 8 follow menu (or press Shortcut Alt+F7):

File -> Settings

Category:

IDE Settings -> Debugger -> JavaScript

And there change "Built-in server port".

Hint:

If you have a firewall warning when starting WebStorm then you must uncheck the checkbox "Can accept external connections" inside the settings window.

WebStorm 9, 10, 11

In newer WebStorm Versions you'll have to enter the Settings like explained above, but enter a different category.

Category:

Build, Execution, Deployment -> Debugger

Default built-in server port can be configured in IDE - Settings/Debugger/javaScript/built-in server port.

Well you will need to go onto chrome for this one. Firstly you need to go into extensions:

You can quickly do this by typing chrome://extensions/ into your awesomebar, and then just hitting ENTER.

Makee sure developer mode is enabled:

Click options underneath Jetbrains IDE support. It will open up a new window where you can change your port.

Press Key CTRL +ALT +S

Or

Got to Menu File->Settings->Build, Execution and Deployment-> Debugger

Change the server port. Keep in mind, the port you are trying to use should be free.

If you want to see the live edit. You have to install the chrome extension.

Install Jetbrain Chrome extension

Go the option of IntelliJ idea extension. change the port here also for synchronization.

Restart your IntelliJ idea for effect.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!