Questions tagged [liveedit]

tag for discussion involving real-time distributed code editing.

62 questions
25
votes
8 answers

Why does WebStorm's LiveEdit not work in Chrome?

I am exploring WebStorm's trial version and would like to use the LiveEdit features. I am not able to use the LiveEdit features after performing the following actions: Made sure that LiveEdit is turned on Installed the Chrome extension Restarted…
rajmalhotraml
  • 313
  • 1
  • 5
  • 11
20
votes
4 answers

How to modify javascript code at run time?

Is there a way to modify JavaScript code while debugging? Visual Studio has "Edit and Continue", and similar hot swapping of code can be done in Java and other languages. Can this be done with JavaScript, and if so, how?
theninjagreg
  • 1,616
  • 2
  • 12
  • 17
18
votes
5 answers

Change WebStorm LiveEdit Port (63342)

How can I change the port of the LiveEdit feature in WebStorm ? The default port is 63342, so i can run my project from : http://localhost:63342/PROJECT_NAME. but due to authentication issues I need to switch to another fixed port number. Help…
HasanAboShally
  • 18,459
  • 7
  • 30
  • 34
4
votes
0 answers

Can't use WebStorm Live Edit after 2016.2 Update

Last night I've updated WebStorm to version 2016.2. When I tried to debug using Live Edit, my browser show the following URL instead of the regular…
4
votes
2 answers

PhpStorm LiveEdit HTML works but CSS doesn't

I just set up LiveEdit in PhpStorm 7.0 and downloaded the Chrome Extension "JetBrains IDE Support" v1.25. I also set up a Javascript Debug run configuration. When I run this configuration and edit an HTML file in PhpStorm the page in my Chrome…
mcriecken
  • 3,217
  • 2
  • 20
  • 23
3
votes
0 answers

LiveEdit compile failed:

I'm editing my code directly on the Source tab of Chrome's Developer Tools so I can test it. But recently this error started popping for me LiveEdit compile failed: and I'm almost certain that it is not a code error. The weird thing is that no error…
sergioft
  • 31
  • 1
3
votes
1 answer

modify javascript before it gets executed by Safari

I read some old questions about Live Edit in Safari. There was an option to set a breakpoint, double click on the line and edit the code. I am double clicking the code right now, but no luck. How can I edit the javascript code before it gets…
Herr
  • 33
  • 4
3
votes
1 answer

Phpstorm Live Edit not working with external css and js files

Phpstorm Live Edit not working with external css and js files. But when i change html/css/js code in .html (.php) files it is work nice. Problem only with external files, like:
user3759503
  • 31
  • 2
  • 4
3
votes
1 answer

Webstorm Live Edit not working for an external JavaScript file

The Live Edit feature of Webstorm 8 doesn't seem to work when using an external JavaScript file (i.e. when included with in my HTML). Changes in the external JavaScript file appear only after I refresh the…
Bangiev
  • 33
  • 4
3
votes
1 answer

Realtime css / scss edition with meteor avoiding server restart

While building large applications with meteor, we do face the regular problem of editing the stylesheets files. Once a file is edited, the whole application reloads which takes time each time a little change is made. A large project implicitly…
Flavien Volken
  • 19,196
  • 12
  • 100
  • 133
3
votes
0 answers

Setting PHP Storm Live Edit and Compass File watcher

Is there a way to use PHPStorm´s Live Edit and File Watcher together? I managed to get the File Watcher for Compass and my SCSS files running, Live Edit Plugin also works fine. But when I change SCSS files and Compass compiled succesfully, Live Edit…
Schmarn
  • 31
  • 2
3
votes
0 answers

Use PHPStorm 6 LiveEdit on another machine

I am using PHP Storm 6 on a Mac and was wondering if there is any way to use a Windows 7 based laptop next to it to preview my work via LiveEdit. I have a Virtual Host configured on the Mac (as follows) and connect to it via http://somehost.dev…
NightMICU
  • 9,000
  • 30
  • 89
  • 121
2
votes
0 answers

Jetpack Compose "pops backstacks"/returns to home screen when updating literals with Live Edit

Android Studio have a "Live Edit of literals" feature, but whenever I change a literal and I'm not on the homescreen, it pops back to the homescreen, resulting in I cannot see the updated view. Yesteday Android Studio Electric Eel was released with…
2
votes
0 answers

LiveEdit doesn't see changes to CSS file when it's updated externally

I have a Gulp task that listens for any Sass file changes. This happens independently of PhpStorm; it updates my CSS file. The Live Edit doesn't see the update. If I manually open the CSS file in PhpStorm and make a change and save it, then it does…
phazei
  • 5,323
  • 5
  • 42
  • 46
2
votes
1 answer

How to use live edit in a spring boot project in IntelliJ

I am new to web development. I found the live edit feature in IntelliJ really useful. My problem is, I am working on a thymeleaf page for a spring boot project and I can't get live edit to work. If I create a static web project and create an…
NicF
  • 25
  • 4
1
2 3 4 5