如何在 VS2010/VS2008 中折叠 JavaScript 函数/注释块

发布于 2024-09-10 04:04:55 字数 245 浏览 5 评论 0原文

我认为现在在 VS2010/VS2008 中这是不可能的,但我确信有人一定已经完成或可以使用 VS2010/VS2008 的可扩展性提出一些解决方法。

能够在 aspx 文件编辑器和 javascript(*.js) 文件编辑器中折叠脚本标记内的 javascript 函数/注释块,就像我们在任何其他编辑器(c#、vb、xml)中所做的那样。

我只是在想是否可以像我们在 c# 编辑器中那样创建 #region 块。

I don't think it is possible right now in VS2010/VS2008 but I'm sure someone must have done or can come up with some workaround using the extensibility of VS2010/VS2008.

Ability to collapse javascript function/comment blocks within script tag in an aspx file editor and in javascript(*.js) file editor the same way we can do in any other editor (c#,vb,xml).

I was just thinking that if it is possible by creating #region blocks as we do in c# editor.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

追星践月 2024-09-17 04:04:55

在“工具”菜单下的 VS 2010 Extension Manager 下尝试 JSEnhancements。

http://www.martinilab.com/blog/253/vs2010-javascript-崩溃/

Try JSEnhancements under VS 2010 Extension Manager under Tools menu.

http://www.martinilab.com/blog/253/vs2010-javascript-collapsing/

流星番茄 2024-09-17 04:04:55

啊!我得弄清楚。但我无法自动勾勒出它的轮廓。

该解决方案适用于 VS2010。我没有用VS2008检查过。

  1. 选择要在 aspx 编辑器中折叠的整个 Javascript 块。
  2. 右键单击它并选择折叠标签或按 Ctrl + M、Ctrl + T

无论如何,现在我无法找出展开此特定块的快捷键,该块以上述方式折叠,因为 Ctrl + M, Ctrl + M 不会切换此块。

Ah! I got to figure out. But I couldn't auto outline it.

This solution works in VS2010. I've not checked with VS2008.

  1. Select whole of the Javascript block that you want to collapse in the aspx editor.
  2. Right click on it and select Collapse Tag or Press Ctrl + M, Ctrl + T

Anyways, now I cannot figure out the shortcut key to expand this particular block which was collapsed in the above mentioned way because Ctrl + M, Ctrl + M is not toggling this block.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文