function list doesn't shows all functions in arduino file
-
hello!
i use np++ for arduino files. however, i’ve observed that in the “function list” there are a lots of functions not showing. i do not know how can i upload an image to this forum, but please take a look at this link, i shared a screenshot:
https://drive.google.com/file/d/1bh26uPtme6vnhaVZcbkIsb3pSiXiCzpW/view?usp=sharing
for example, it is clearly visible that the first 3 functions in the editor are not shown in the list. and there are much more missing!
i think this is a bug, or there is a workaround for this?
thanks! -
@wanek-t. do not put comment between the right/closing parenthesis (i.e. end of argument list) and the left/opening curly brace (i.e. start of function body).
-
@MAPJe71, thanks for the advice, it worked! very useful info, it should be in the docs!