This is browser extension for Chrome / Firefox / Opera (and maybe IE as well :) ) that provides tree view for code in GitLab (must have for code reviews!).
Star, if you like :) Open an issue, if you find a bug or you miss something. Send a Pull Request when you decided to extend/fix (thank you for that!).
First you need NodeJS installed. Then you need to install Typescript via:
npm install typescript -g
Now in Visual Studio Code you can run build task. If you prefer terminal:
tsc -p tsconfig.json
-
Clone repository to local directory.
-
In chrome, open the Extension Management page by navigating to chrome://extensions.
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
-
Enable Developer Mode by clicking the toggle switch next to Developer mode.
-
Click the LOAD UNPACKED button and select this folder.
MIT