Scoped FindA VS Code extension to quickly find something within the current scope your cursor is in. Officially only supports Python but should work with any other well-formatted code. DetailsThe effect is achieved by finding a top-level, non-empty line before and after the current cursor position, selecting it, and triggering the find functionality with "Find in selection" enabled. The current keybinding is Cmd+3. Check out the |