BEWARE: This plugin is written in legacy Sketch plugin format and it will not work on new versions of Sketch. I will rewrite this once I have a spare second, so check back later if you're interested in this functionality. (PRs welcome!)
Create a selection using layer names. The plugin has two commands:
Match Exact Name (⌘/) selects all layers whose name matches exactly the text you have typed. For example, to select a layer called 'New Post' you should type 'New Post' — using only 'New' or 'Post' won't select the layer.
Match Partial Name (⎇⌘/) selects all layers whose name contains the text you have typed. For example, to select a layer called 'New Post' you will get a match by typing 'New', 'Post', 'ew', 'ost', etc...
Note that both commands are scoped to the current page and are case insensitive.
Click image to see demo on YouTube.
Copyright (c) 2015 Artur Muller
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.