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
I have a class Renderer which has a member LineBuffer extra_line_buffer. I get completion on this: , but when I write renderer.extra_line_buffer., I get no completion. Here are the header files https://bpaste.net/show/5d93c315347d. The Render object is in main.c++ in the main function.
Environment Information
OS: Arch Linux
Neovim version:
Provide a minimal init.vim with less than 50 lines and not plugin manager (Required!)
Sorry again that I don't have a test case. I made a test case with nested a class members in a class, but it worked there... I don't know what to do except post here.
The text was updated successfully, but these errors were encountered:
Problems summary
I have a class Renderer which has a member
, but when I write
LineBuffer extra_line_buffer
. I get completion on this:renderer.extra_line_buffer.
, I get no completion. Here are the header files https://bpaste.net/show/5d93c315347d. The Render object is in main.c++ in themain
function.Environment Information
Provide a minimal init.vim with less than 50 lines and not plugin manager (Required!)
Generate a logfile if appropriate
http://sprunge.us/XeYB
Sorry again that I don't have a test case. I made a test case with nested a class members in a class, but it worked there... I don't know what to do except post here.
The text was updated successfully, but these errors were encountered: