编辑协助通过角导航应用编辑

由网友(风吹伤口)分享简介:我目前使用Visual Studio作为我的开发环境,并希望能够通过我的角度code以更好的方式来浏览。I currently use Visual Studio as my development environment and would like to be able to navigate through m...

我目前使用Visual Studio作为我的开发环境,并希望能够通过我的角度code以更好的方式来浏览。

I currently use Visual Studio as my development environment and would like to be able to navigate through my angular code in a better way.

例如,能够在NG-控制器上按住Ctrl单击自动带我去定义控制器将是巨大的 - 有点像'去定义',你可以在C#中做的。我不反对使用其他编辑器,如果必要的。

For example, being able to ctrl-click on an ng-controller to automatically take me to the defined controller would be great - something like 'go to definition' as you can do in C#. I'm not against using another editor if necessary.

有什么建议?

感谢。

推荐答案

目前,据我所知,我们在市场上最好的支持为code-完成了NG-属性。

Currently, as far as I can tell, the best support we have in the market is code-completion for the ng-attributes.

约翰·林德奎斯特曾提到的某个时候对备份CTRL单击的支持会来最终,但我想这将是一段时间内它之前。在此之前,这是我们最好的。

John Lindquist had mentioned sometime back that support for ctrl-clicking would come eventually, But I guess it will be some time before it does. Until then, this is the best we have.

如果你没有在Visual Studio similiar支持,我会建议你尝试一下的IntelliJ IDE的用的 angularjs插件。

If you dont have similiar support in Visual studio, I would suggest you to try out the Intellij IDE's with the angularjs plugin.

阅读全文

相关推荐

最新文章