Following on How to "find in all files" in IDE 2.0? ...
How do I open "find in all files" from a keyboard shortcut? ctrl+shift+F opens a web browser.
Most other editors (Sublime text, VSCode, IntelliJ, etc) use ctrl+shift+F for advanced find.
Following on How to "find in all files" in IDE 2.0? ...
How do I open "find in all files" from a keyboard shortcut? ctrl+shift+F opens a web browser.
Most other editors (Sublime text, VSCode, IntelliJ, etc) use ctrl+shift+F for advanced find.
Your topic was moved to its current location as it is more suitable.
Could you also take a few moments to Learn How To Use The Forum.
It will help you get the best out of the forum in the future.
Thank you
Well now that the conversation is derailed, can you be specific about which way I could use it better? I'd rather not make assumptions when you could tell me.
Hi @aggrav8d. You can use the "Search: Find in Files" command.
A keyboard shortcut is not configured for this command by default, but you can configure one according to your preferences. I'll provide instructions:
Search: Find in Files
in the "Search keybindings" field of the "Keyboard Shortcuts" tab.a
, 3
, /
, f2
).cmd
- Command key (⌘) on macOS.ctrlcmd
- Ctrl key on Linux/Windows, Command key (⌘) on macOS.+
separator for key combinations (e.g., ctrl+s
).ctrl+k ctrl+i
).Great!
How do i clear the "find in reference" that is now conflicting? It won't let me set the value to nothing.
Unfortunately there isn't a way to disable keyboard shortcuts via the convenient keyboard shortcuts configuration GUI, but it can be done by manually adding a "removal entry" to the data file where Arduino IDE stores your custom keyboard shortcuts settings.
You can do that by following these instructions:
[
{
"command": "-arduino-find-in-reference",
"keybinding": "CtrlCmd+Shift+F"
}
]
Please let me know if you have any questions or problems while following those instructions.
You originally posted this in 'Programming', but it's not a question about programming - it's a question specifically about the v2.x IDE.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.