[Performance Issues](https://github.com/Microsoft/vscode/wiki/Performance-Issues)
# Quick Open dialog tips
### Jump to a symbol (current file)
- Open the quick open window and press the `@` key
- Pressing `:` after the `@` will group the symbols
### Jump to a symbol (workspace)
- Open the quick open window and press the `#` key
### Search files
- Open the quick open window and press the `%` key
___