Skip to content
Robin Shen edited this page May 5, 2022 · 2 revisions

Command palette to access features quickly

Press cmd/ctrl-k to bring up command palette from anywhere. Search everything and jump to it.

img

Easy project navigation via tree breadbrumb

Project navigation is much easier now with tree view in project list and breadcrumb

img

Two-way repository sync

Push to remote repository upon changes, or pull from remote repository upon remote change. Check this tutorial for details

img

Display similar issues when create new issue

Similar issues will be displayed in real-time when typing title of new issue, which is very convenient to prevent duplication issues being filed

img

Full-text search with stop word filtering and word stemming

When do fuzzy search against issues and pull requests, stop words are filtered (for major languages), and word stemming will be performed (for English currently)

img

Able to change target branch of existing pull request

Occasionally we need to change target branch of existing pull request without losing discussion context

img