WebStorm2017如何在控制台窗口中打印网址作为链接?

时间:2017-06-30 03:30:23

标签: webstorm

WebStorm版本:2017.1.4

系统版:macOS 10.12.5

也许在WebStorm 2016.x中,console.info(“http://localhost:3000”)仍然将控制台窗口中的URL显示为链接,但在WebStorm 2017中不是: enter image description here

我可以看到PyCharm 2017.1.4运行良好: enter image description here

1 个答案:

答案 0 :(得分:1)

适用于WebStorm 2017.2 EAP - console.log()网址可​​点击:

enter image description here