Skip to content

Latest commit

 

History

History
109 lines (89 loc) · 6.78 KB

README.md

File metadata and controls

109 lines (89 loc) · 6.78 KB

Repo Depot

Repo Depot is a simple JetBrains plugin that lets teams share common bookmarks through source control and open them through their IDE.

Bookmarks are available under Tools:
Select Bookmark

Nest and organize them in the Settings menu:
Settings Menu

Maintain them in the Settings UI:
Maintain Entry

The menu configuration persists in a root-level file called repo_depot.json. If the file doesn't exist, it'll be created automatically.
Repo Depot

Note

Teams may want to exclude repot_depot.json from their CI/CD processes to quickly change their bookmarks via pull requests, without triggering long-running build validation processes.

Development Notes

Development for this plugin requires the use of IntelliJ CE. We targeted Android Studio for testing, but other IDEs could be used. Inspired by the IntelliJ Platform Plugin Template.

Run with the Run Plugin build config:
Select Bookmark

License

Distributed under the Apache License. See LICENSE for more information.

Useful links