简体   繁体   English

带有导航的开源在线代码编辑器

[英]open source online code editor with navigation

I was looking at the ace code editor, however I would like to know, if there is any navigation extension associated with it? 我当时在看ace代码编辑器,但是我想知道,是否有与之相关的导航扩展? if not what are the other types of online open source editor that comes with navigation bar? 如果不是,导航栏随附的其他类型的在线开源编辑器是什么?

I have not seen any file tree implemented with text ui for online editors. 我还没有看到在线编辑器使用文本ui实现任何文件树。 Nerdtree itself is implemented as text ui only because there is no other ui in vim. Nerdtree本身被实现为文本ui,只是因为vim中没有其他ui。 If you do not want exactly nerdtree behavior, file tree will be outside of the editor and completely independent from it see eg https://github.com/zedapp/zed/blob/master/app/js/tree.js 如果您不想要确切的nerdtree行为,文件树将在编辑器之外,并且与之完全独立,请参见例如https://github.com/zedapp/zed/blob/master/app/js/tree.js

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM