Visual Web Developer ee 2008 中 javascript 内的经典 asp 语法高亮显示

发布于 2024-08-17 09:25:33 字数 192 浏览 13 评论 0原文

可视化Web开发人员快速版如何突出经典的asp标签(<%asp代码%>)洞察Javascript代码?

如果我写 <脚本> alert("<% =session("用户名 %> ");

VWD 将其突出显示为字符串而不是 asp 代码。在我正在使用的这些旧文件中,这完全令人困惑。

How can visual web developer Express Edition highlight the classic asp-Tags (<% asp code %>) insight the Javascript code?

If i write
<script>
alert("<% =session("user_name %> ");
</script>

VWD highlights this as a string and not as asp-code. This is total confusing in these old files i'm working with.

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

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

发布评论

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

评论(1

独行侠 2024-08-24 09:25:33

看起来这是 Microsoft Connect 上的一个已知问题,有一些解决方法,但是语法突出显示在 VS2008 中已被删除。微软的回应(逐字):

感谢您的反馈。我们是
取消 VB 脚本着色和
Visual Studio 中的智能感知支持
2008.我们推荐客户使用VS 2005或VWD 2005来编辑VB
脚本。
这些产品可以安装在
与 VS 2008 相同的机器,没有任何
问题。

  • 可视化 Web 开发团队

在此处查看更多信息:

https://connect。 microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=290845

Looks like this is a known issue on Microsoft Connect with a few workarounds, however the syntax highlighting was removed in VS2008. The response from Microsoft (verbatim):

Thank you for this feedback. We are
depcrecting VB Script colorization and
intellisense support in Visual Studio
2008. We recommend to customers to use VS 2005 or VWD 2005 to edit VB
Script.
Those products can be installed on the
same machine as VS 2008 without any
issues.

  • Visual Web Developer Team

Check here for more information:

https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=290845

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