热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

在崇高的文本中显示重述文本(.rst)结构概述-ShowingreSturcturedtext(.rst)structureoverviewinSublimeText

SublimeText2onlyhasanadditionalsidebarwindow,butitsinconvenientwithbiggerfile,such

Sublime Text 2 only has an additional side bar window, but it's inconvenient with bigger file, such as reStructuredText file with lots of contents.
So is there a plugin to show file structure in Sublime Text (haven't Google out so far), or it is possible to create a plugin to show the file structure?
Thanks!

崇高的文本2只有一个附加的侧边栏窗口,但是对于更大的文件,比如包含大量内容的structuredtext文件,就不太方便了。那么,是否有一个插件可以用出色的文本显示文件结构(到目前为止谷歌还没有出现),还是有可能创建一个插件来显示文件结构?谢谢!

1 个解决方案

#1


0  

There is no such plugin as far as I know.

据我所知,还没有这样的插件。

For your code files you can see the structure in Go to Symbol menu (CMD+R on OSX) if the files are supported by Sublime Text. SublimeCodeIntel provides "code intel" support for many programming languages.

对于您的代码文件,如果文件被崇高的文本支持,您可以在Go to Symbol菜单(OSX上的CMD+R)中看到结构。SublimeCodeIntel为许多编程语言提供了“代码intel”支持。

Example screenshot

Sublime Text did not have a decent .RST structure parser last time I checked few months ago, but I would be really grateful if someone creates such plugin (willing to donate).

崇高的文本没有一个像样的。rst结构解析器,我在几个月前检查过,但是如果有人创建了这样的插件(愿意捐赠),我将非常感激。

You can create syntax colorizer with the base Sublime Text (no Python coding needed), but for language analysis a full fetched plugin is required. I suggest you open another question for how to write such plugins.

您可以使用基本的崇高文本(不需要Python编码)创建语法着色器,但是对于语言分析,需要一个完整的提取插件。我建议您为如何编写这样的插件打开另一个问题。


推荐阅读
author-avatar
kafei
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有