-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve key-based "navigate to resource..." action #3433
Comments
Thanks for the feedback John!
|
Confirmed that shift-HOME breaks filematching... Looking at this now. Added Started label. |
The Shift-HOME issue should now be fixed. Converting this issue to an enhancement request to cover streamlining "open resource" workflow. Removed this from the M1 milestone. |
This comment was originally written by amouravski@google.com Added Editor-Usability label. |
Removed this from the Later milestone. |
Added NotPlanned label. |
Added this to the 1.6 milestone. |
…, typed_data Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/449478c..2a39574): 2a395741 2023-06-07 Sam Rawlins Seal mustachio nodes (#3433) d5bb24b2 2023-06-07 Sam Rawlins Convert Tuples to Records and split a helper out from findCanonicalModelElementFor (#3432) http_parser (https://github.com/dart-lang/http_parser/compare/1ef3e56..19466c0): 19466c0 2023-06-07 Kevin Moore Require Dart 3.0, update lints (#74) leak_tracker (https://github.com/dart-lang/leak_tracker/compare/f17da61..fc45bec): fc45bec 2023-06-07 Polina Cherkasova Break the leak tracker code to packages. (#80) path (https://github.com/dart-lang/path/compare/f8d15c2..592505f): 592505f 2023-06-07 Kevin Moore Require Dart 3.0, update lints (#146) pool (https://github.com/dart-lang/pool/compare/a10a0f9..c6b1b2c): c6b1b2c 2023-06-07 Kevin Moore Require Dart 3.0, update lints (#71) term_glyph (https://github.com/dart-lang/term_glyph/compare/9d8956f..4daa34e): 4daa34e 2023-06-07 Kevin Moore Require Dart 3.0, update lints (#39) typed_data (https://github.com/dart-lang/typed_data/compare/693f48e..8d29573): 8d29573 2023-06-07 Kevin Moore Require Dart 3.0, update lints (#67) Change-Id: I11fe765858ba970f13a2051abee34abf910f4698 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308161 Commit-Queue: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Auto-Submit: Devon Carew <devoncarew@google.com>
One of my favorite features of Textmate and Sublime Text (and even Visual Studio) is the ability to easily jump to a file by using shortcut key + typing part of the file name. I can almost get this in the Dart Editor using the Ctrl+3 search box. However, I've run into a few issues:
The file is missing semi-randomly. Some files that are clearly in my file tree, and definitely being analyzed, don't show up. I'm not sure how I get it into this state. It seems like if you find a file, and then (without leaving the search box) shift+home and type another file name, sometimes it doesn't show up. However, leaving the search box and coming back will usually find it.
Second issue: if there's only a file result, I wish it would go to the file instead of defaulting to a search when I hit enter. I end up doing "Down arrow, down arrow, enter". Or maybe a different key should bring up a file search? In Sublime Text it's Ctrl+P, in Visual Studio you type "of <filename>" where of stands for open file (http://www.alteridem.net/2007/09/11/quickly-findopen-a-file-in-visual-studio/). But it lets you disambiguate your intent when searching.
The text was updated successfully, but these errors were encountered: