We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot open a header file for a '.cxx' file. I am working on VTK project which uses CMake. https://gitlab.kitware.com/vtk/vtk.
https://gitlab.kitware.com/vtk/vtk
For example, opening: Rendering/Core/OpenGL2/vtkPolyDataMapper.cxx, then vtkPolyDataMapper.h is not opened with SPC mga.
Rendering/Core/OpenGL2/vtkPolyDataMapper.cxx
vtkPolyDataMapper.h
SPC mga
To make this work, I had to update my dotspacemacs/config as such:
dotspacemacs/config
(add-to-list 'projectile-other-file-alist '("cxx" . ("h" "hxx" "ixx"))) (add-to-list 'projectile-other-file-alist '("h" . ("c" "cpp" "cxx" "ipp" "hpp" "m" "mm")))
I referred to this for updating the alist: https://github.com/bbatsov/projectile/blob/master/projectile.el#L1198
The text was updated successfully, but these errors were encountered:
This should probably be added to the c-c++ layer, or at least documented.
c-c++
Sorry, something went wrong.
Hum, looking at it more carefully, I think it should be reported upstream first.
cxx
h
I reported it upstream: bbatsov/projectile#918
PR'ed upstream: bbatsov/projectile#934
No branches or pull requests
I cannot open a header file for a '.cxx' file. I am working on VTK project which uses CMake.
https://gitlab.kitware.com/vtk/vtk
.For example, opening:
Rendering/Core/OpenGL2/vtkPolyDataMapper.cxx
, thenvtkPolyDataMapper.h
is not opened withSPC mga
.To make this work, I had to update my
dotspacemacs/config
as such:I referred to this for updating the alist: https://github.com/bbatsov/projectile/blob/master/projectile.el#L1198
The text was updated successfully, but these errors were encountered: