开发者

Any way to get IntelliJ features for Javascript in Visual Studio?

开发者 https://www.devze.com 2022-12-13 12:25 出处:网络
IntelliJ is great for Javascript refactoring/expand/collapse/error reporting. Currently have Visual Studio 2008 SP1, ReSharper 4.5.

IntelliJ is great for Javascript refactoring/expand/collapse/error reporting.

Currently have Visual Studio 2008 SP1, ReSharper 4.5.

Nei开发者_开发知识库ther does what IntelliJ does [e.g. pointing out that a line is missing ';' at the end]

Can VS w/ReSharper do that? Is there a specific setting?

EDIT: I understand they are for different environments [Windows/Java]. I'm just asking if there is a way with VS/ReSharper to do the cool Javascript formatting that IntelliJ does.


No. These are some fundamental functionality differences between the two environments. VS is aimed towards windows development (C#/VB/ASP.NET) while InteeliJ is aimed towards more java web development (Java/JavaScript). Two different products, two different feature sets.

0

精彩评论

暂无评论...
验证码 换一张
取 消