.cc, .h, and .proto files not allowing for Code > Comment with line comment

As stated in the title, I have a folder opened in CLion that does not allow .cc, .h, and .proto files to use the “Comment with line comment” feature. I have tried to use the built in short cuts and even adding my own shortcut. What's interesting is that I am able to use this feature with .py and .yml files.

0

Hello!

  1. Is the "Use the ReSharper C++ language engine (CLion Nova)" checkbox enabled in File | Settings | Advanced Settings?
  2. Do you see the "This file doesn't belong to any project target" warning at the top of any of the problematic files?
  3. What build system is your project based on? CMake, Makefile, some other?
0

请先登录再写评论。