Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab Community Edition
GitLab Community Edition
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 14,493
    • Issues 14,493
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 812
    • Merge Requests 812
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GitLab.org
  • GitLab Community EditionGitLab Community Edition
  • Issues
  • #44841

Closed
Open
Opened Dec 19, 2017 by James Ramsay@jramsay
  • Report abuse
  • New issue
Report abuse New issue

Add fuzzy file finder to the Web IDE

In large projects it is much more practical to open files using a fuzzy finder. For this reason nearly all modern editors off fuzzy file finding out of the box. GitLab even has one in the repo view: https://docs.gitlab.com/ee/workflow/file_finder.html

We should add support for fuzzy file finding to the multi-file editor.

Design

We can use a similar UI as to the file finder in the merge request diff tab:

image

  • When first opening the file finder, let's provision it with 2-4 recently closed files if possible
  • Let's get the icons and file path in there as well similar to atom

This will get us to:

image

main-view_copy_23

Let's get the same hotkey functional if possible: t (if editor is not selected)

Edited Feb 27, 2018 by Dimitrie Hoekstra

Related issues

Assignee
Assign to
Epic
10.8
Milestone
10.8
Assign milestone
Time tracking
None
Due date
No due date
6
Labels
Deliverable In dev Platform [DEPRECATED] UX ready frontend web ide
Assign labels
  • View project labels
Reference: gitlab-org/gitlab-ce#44841