atom-open-this icon indicating copy to clipboard operation
atom-open-this copied to clipboard

Doesn't open the includes

Open marmistrz opened this issue 7 years ago • 0 comments

I have a following include in my C source file (of a kernel module)

#include <linux/regmap.h>

I installed open-this, bound the ctrl+k sequence:

'atom-workspace atom-text-editor:not([mini])':
   'ctrl-shift-p': 'open-this:here'

Then went to the include, pressed ctrl+shift+p, nothing happens. I tried adding some standard include, such as string.h, nothing happens either.

marmistrz avatar Jul 07 '16 14:07 marmistrz