在哪里可以找到“经典”的编辑器? ASP 代码?

发布于 2024-08-23 17:59:19 字数 29 浏览 5 评论 0原文

在哪里可以找到“经典”ASP 代码的编辑器?

Where can I find an editor for "classic" ASP code?

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

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

发布评论

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

评论(9

自此以后,行同陌路 2024-08-30 17:59:19

如果我要做很多更改,我总是使用 VS2008(支持 SP1 的智能感知、突出显示和调试),Notepad2 用于快速操作(无智能感知,仅突出显示)

I always use VS2008 (supports intellisense, highlighting and debugging from SP1) if I'm doing lots of changes, Notepad2 for quick ones (no intellisense, only highlighting)

静赏你的温柔 2024-08-30 17:59:19

我偏爱普通的旧记事本,但 notepad++ 提供了一些不错的功能。

Notepad++

这是一个带有智能感知的 codeproject 项目

I am partial to plain old notepad, but notepad++ offers some nice features.

Notepadd++

Here is a codeproject project with intellisense

花间憩 2024-08-30 17:59:19

Visual Studio 2008 SP1

Visual Interdev

Dreamweaver

Visual Studio 2008 SP1

Visual Interdev

Dreamweaver

§对你不离不弃 2024-08-30 17:59:19

我总是使用 Text Pad - 那些日子..

I always used Text Pad - those were the days..

青丝拂面 2024-08-30 17:59:19

我一直是经典 ASP 的 Dreamweaver 的忠实粉丝。我真的很喜欢分屏视图,可以同时查看代码和设计器界面。

Visual Studio 2008 具有分屏视图的功能也很不错。

I have always been a big fan of Dreamweaver for classic ASP. I really like the split screen view to see the code and the designer interface at the same time.

Visual Studio 2008 with the ability to do the split-screen view is also nice.

抱猫软卧 2024-08-30 17:59:19

虽然我以前使用DreamWeaver或Notepad++,但现在我更喜欢使用VS2008。主要是因为你可以附加处理和调试你的 ASP 代码,当我发现它时,我在办公室里欢快地跳了起来。您甚至可以获得一些智能感知。 (输入 Response。它会给你所有选项。End .Write .Redirect 等。

Although I used to use DreamWeaver or Notepad++, these days I like using VS2008. Mainly because you can attach to process and Debug your ASP code which, when I discovered it, caused me to do a merry jig around the office. You can even get some intellisense. (type Response. and it'll give you all the options .End .Write .Redirect etc..

蓝咒 2024-08-30 17:59:19

虽然我使用 VS 进行编码,但与 Notepad++ 同类

程序员的记事本

漂亮的颜色、折叠、逻辑项目和大量其他功能。

我用它来打开现有的 ASP 代码,而无需打开 VS 的麻烦。 (因为asp代码不一定需要重新编译)

Although I use VS for coding, in the same genre of Notepad++

Programmer's Notepad

Pretty colours, folding, logical projects and tons of other features.

It's the editor I use for opening existing asp code without the hassle of opening VS. (as asp code doesn't necessarily need a recompile)

红墙和绿瓦 2024-08-30 17:59:19

我个人在工作中使用TopStyle: http://svanas.dynip.com/topstyle/

另外对于经典的 ASP,它对于 HTML、CSS、Javascript 来说非常方便,具有语法高亮、括号匹配等功能。

I personally use TopStyle at work: http://svanas.dynip.com/topstyle/

In addition to classic ASP, it is pretty handy for HTML, CSS, Javascript with syntax highlighting, parens matching, etc.

如痴如狂 2024-08-30 17:59:19

我喜欢使用 Ultra edit 在经典的 ASP 网站上工作,但也喜欢任何文本编辑,它也很棒。轻量、快速、永不崩溃。

唯一的缺点是你必须为此付费。

I love Ultra edit for working on classic asp sites, but also any text editing it's great. Lightweight, fast, never crashes.

Only downside is you have to pay for it.

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