哪些 IDE/编辑器提供多选编辑功能? (就像 Sublime Text 一样)

发布于 2025-01-07 19:07:24 字数 1539 浏览 2 评论 0原文

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

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

发布评论

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

评论(5

川水往事 2025-01-14 19:07:25

从 Sublime Text 2 切换到 gedit 后,我​​编写了一个插件,它比

https://github.com/jessecrossen/Gedit-MultiCursor

我认为它还不是 100% 完美,所以我很高兴听到人们遇到的任何边缘情况,这样我就可以继续改进它。我还使用这个插件实现了类似 gedit 的 Command-R 功能。

这几乎是我错过的 Sublime 的唯一两个功能,但话又说回来,我不倾向于使用任何编辑器的深层功能,以保持我的独立性;)。快速打开功能不如 Sublime 的“Goto Anything”,但另一方面,您可以与安装在 FUSE、gvfs 或类似设备上的远程文件系统进行可用集成,而 Sublime 往往很慢,因为它递归索引每个文件。

After switching from Sublime Text 2 to gedit, I've written a plugin that's much closer to Sublime's version of multiple cursors than imitation. I've tested the plugin on versions 3.4 and 3.12. You can find it here:

https://github.com/jessecrossen/Gedit-MultiCursor

I don't think it's 100% perfect yet, so I'd be really glad to hear of any edge cases people run across so I can continue to improve it. I've also implemented something like gedit's Command-R functionality with this plugin.

Those were pretty much the only two features I missed from Sublime, but then again I don't tend to use the deep features of any editor, so as to preserve my independence ;). The quick-open functionality is not as good as Sublime's "Goto Anything", but on the other hand you get usable integration with remote file systems mounted on FUSE, gvfs or similar, whereas Sublime tends to be slow because it's recursively indexing every file.

狼亦尘 2025-01-14 19:07:24

Cloud9 IDE 执行此操作。

免责声明:我在那里工作。

Cloud9 IDE does this.

Disclaimer: I work there.

旧人哭 2025-01-14 19:07:24

vim 似乎通过插件支持这一点。请参阅SO的相关问题: VIM 中的多个选择

vim seems to have support for that via plugins. See a related question on SO: Multiple selections in VIM

身边 2025-01-14 19:07:24

最近,jetBrains 开始在其 IDE 系列中添加“Sublime Text 样式多选”。我知道 IntelliJ 和 Pycharm 已经有了它。

More recently jetBrains began adding "Sublime Text style multi selection" to their line of IDEs. I know IntelliJ and Pycharm already have it.

画离情绘悲伤 2025-01-14 19:07:24

gedit 3 有一个看起来类似的插件: http://codetree.com.au/projects/imitation/< /a>

gedit 3 has a plugin which looks similar: http://codetree.com.au/projects/imitation/

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