neogen
neogen copied to clipboard
C++ for functions with `[[nodiscard]]`
Hello,
When trying to annotate a function inside a struct
or class
, neogen does not work for functions that use an attribute such as:
class Foo{
[[nodiscard]] bool bar();
};
Thanks for the great plugin!
UPDATE: Actually it seems to work most of the time but there are cases where it does not and so far I have a hard time finding a pattern, will update the issue once I made some sense of it!
Hello, thanks for your feedback ! To help me in debugging, can you provide snippets of functions that are retrieved, and the ones that are not ?