gedit 中的自动关闭标签——人能做梦吗?
祝大家早上好。
我最近切换到 Debian,我发现 gedit 3 是 notepad++ 的一个值得替代品。
不过,我有一个抱怨:我找不到一个可以为我关闭标签的插件。
示例:
当我键入以下内容时
<p>
一旦我键入结尾 >
,我希望插入 。
<p>_</p>
光标应保留在两个标记之间,我在其中放置了 _
字符。
有什么可以为我做到这一点吗?
PS:请克制住让我鼓起勇气,只使用 vim/emacs 的冲动:(
Top of the morning to y'all.
I recently switched to Debian and I'm finding gedit 3 to be a worthy replacement for notepad++.
I have one complaint though: I can't find a plugin which will close tags for me.
Example:
When I type the following
<p>
As soon as I type the ending >
, I want </p>
to be inserted.
<p>_</p>
The cursor should remain between the two tags, where I placed the _
character.
Anything that'll do this for me?
PS: Please resist the urge of telling me to man up and just use vim/emacs :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
也许可以试试Geany?
请观看 Geany 片段视频。
maybe try Geany?
Please look at the Geany snippets video.
gedit 插件“智能文本完成” 在以下位置插入适当的结束标记插入“
(视频)
The gedit plugin "intelligent text completion" inserts the appropriate closing tag at the insertion of "</" just like Macromedia Dreamweaver. This functionality comes close to what you describe.
(Video)
这可能超出您的梦想,但Zen 编码 为您提供智能自动完成语法 。
gedit 有两个端口,分别来自 fmarcia 和 mikecrittenden。
It might be beyond your dreams, but there is Zen coding out there giving you an intelligent autocomleting syntax.
There are two ports for gedit from fmarcia and mikecrittenden.