gitlab-treeview
gitlab-treeview copied to clipboard
Chrome extension to show a code tree on GitLab
Uncaught TypeError: Cannot read property 'querySelector' of null at GitLabTree.obtainMetadata_latest (inject.js:109) at GitLabTree.obtainMetadata (inject.js:92) at new GitLabTree (inject.js:34) at checkSiteChange (inject.js:479) at inject.js:482 GitLabTree.obtainMetadata_latest @ inject.js:109 GitLabTree.obtainMetadata @ inject.js:92 GitLabTree...
Java 代码因为 package 的关系,一般都会有很多的“空目录”,像下边这样 ``` . └── com └── wb └── userlogapi └── controller └── Controller.java ``` 如果能像 [Octotree](https://github.com/buunguyen/octotree) 那样就好了 ``` . └── com/wb/userlogapi/controller └── Controller.java ```
Custom themes in profile does not works.