请推荐 ASP.Net 源代码编辑器
有人可以建议我可以将 ASP.NET 源代码编辑器控件集成到我的网站中吗?
预期功能:
- 突出显示 ASP.NET 源代码,包括服务器端代码、JavaScript、html、CSS
- 键入代码时智能提示(a la intellisense)。
- 不需要
设计视图
。
Can someone suggest an ASP.NET source code editor control that I can integrate into my web site?
Expected features:
- Highlight ASP.NET source code, including server-side code, JavaScript, html, CSS
- Intelligent suggesting when typing the code (a la intellisense).
Design View
is not required.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您正在寻找可以嵌入到产品中的代码编辑器,请尝试 Actipro Software 的语法编辑器。它被打包为一个基本的代码编辑器,可以使用 .NET 和 Web 语言附加包进行扩展。它被用于多种优秀的产品中,包括 LINQPad。
If you're looking for a code editor which you can embed in your product try Actipro Software's Syntax Editor. It is packaged as a basic code editor which can be extended with .NET and Web language add-on packs. It is used in several excellent products including LINQPad.