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
When trying to annotate a function inside a struct or class, neogen does not work for functions that use an attribute such as:
classFoo{
[[nodiscard]] boolbar();
};
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!
The text was updated successfully, but these errors were encountered:
danymat
changed the title
c++ neogen does not work on functions inside class definitions that have an attribute such as [[nodiscard]]
C++ for functions with [[nodiscard]]Dec 26, 2022
Hello,
When trying to annotate a function inside a
struct
orclass
, neogen does not work for functions that use an attribute such as: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!
The text was updated successfully, but these errors were encountered: