You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I am trying Lapce for C development and started to miss VSCoce feature to easily switch between header and source files with Alt+o keybinding. This is helpful feature. I think clangd has this feature but I am not sure.
Describe the solution you'd like
So the feature should work as in VSCode. Alt+o opens header file with the same name as current source file. Pressing Alt+o again will jump back to source file. The header file can be in different folder then source file. The feature should work with C++ as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
I am trying Lapce for C development and started to miss VSCoce feature to easily switch between header and source files with Alt+o keybinding. This is helpful feature. I think clangd has this feature but I am not sure.
Describe the solution you'd like
So the feature should work as in VSCode. Alt+o opens header file with the same name as current source file. Pressing Alt+o again will jump back to source file. The header file can be in different folder then source file. The feature should work with C++ as well.
The text was updated successfully, but these errors were encountered: