编辑代码并将其直接保存到服务器的最佳 IDE
好的,我一直在使用 Aptana Studio 3 作为我的 IDE。这很棒,因为我能够直接从服务器查看文件并编辑它们并将其直接保存到服务器。这意味着我不必将任何文件下载到本地计算机上。
然后我被抛弃了一个可怕的 CMS 作业,该作业在 Windows Server 上运行,Aptana 无法通过 ftp 连接到该服务器 (请参阅此处的错误)。我很快就需要一个替代 IDE 来让这个项目取得进展!
有人可以帮忙吗?我要么需要修复此 Aptana Bug,要么需要一个满足相同标准的替代 IDE...
Ok I have been using using Aptana Studio 3 for my IDE. It was great because I was able to view files directly off the server and edit and save them directly to the server. This meant I didn't have to download any files locally to my computer.
I was then dumped a horrific CMS job that runs on a Windows Server which Aptana does not connect to via ftp (see bug here). I need an alternative IDE very quickly to make progress on this project!
Can anyone help? Either I need a fix for this Aptana Bug or I neeed an alternative IDE that will fulfil the same criteria...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
听起来在你的情况下,在线 IDE 可以工作 - 我猜他们会整理出所有随机连接类型。我会推荐 ShiftEdit,但您可以查看 还有在线 PHP IDE 吗?。
It sounds like in your case an online IDE could work - I guess they will have all the random connection types sorted out. I would recommend ShiftEdit, but you can take a look at the answers in Is there an online PHP IDE?, too.
我仅将其用于某些服务器端 JavaScript node.js 编码,并且它对我来说效果很好。看看cloud9。 (您需要在服务器上运行 node.js。)
编辑:该网站有点误导。有一种方法可以在您自己的服务器上运行它。
I've used this only for some server side JavaScript node.js coding and it worked fine for me. Take a look at cloud9. (You will need to have node.js running on the server.)
Edit: The website is a little bit misleading. There is a way to run this on you own server.
“最好”是非常主观的……所以我会主观地回答。 EditPad Pro(精简版免费,专业版可购买)和 Notepad++(免费)有 FTP 支持(Notepad++ 通过 插件)。这些都不是完整的 IDE,但根据我的经验,它们都是很棒的编辑器;这实际上取决于您需要编辑哪种类型的代码以及您是否确实需要一个完整的 IDE。
"Best" is very subjective… so I'll answer subjectively. EditPad Pro (lite version free, pro version can be purchased) and Notepad++ (free) have FTP support (Notepad++ via a plugin). Neither of these are full IDEs but in my experience are great editors; it really depends on what sort of code you need to edit and if you actually need a full IDE.
如果您有 Mac,则可以使用 Panic 中的 Coda。它是一个很棒的 IDE,具有文本编辑器、文件传输、svn、css、终端等等。它还通过 FTP、SFTP、带 SSL 的 FTP 或 WebDAV 提供与服务器的远程连接。
If you have a Mac, you could use Coda from Panic. It is a great IDE with text editor, file transfer, svn, css, terminal and many more. It provides also a remote connection with a server via FTP, SFTP, FTP with SSL or WebDAV.