PyCharm 2017.2 Help

Running JavaScript with PyCharm

This feature is supported in the Professional edition only.

To run a file with JavaScript from PyCharm

  1. In the editor, open the HTML file with the JavaScript reference. This HTML file does not necessarily have to be the one that implements the starting page of the application.
  2. Do one of the following:
    • Choose View | Open in Browser on the main menu or press Alt+F2. Then select the desired browser from the pop-up menu.
    • Hover your mouse pointer over the code to show the browser icons bar: /help/img/idea/2017.2/browserIcons.png Click the icon that indicates the desired browser.
Last modified: 26 October 2017

See Also