Outline contents disappear after writing code #124
Labels
topic: code
Related to content of the project itself
topic: language server
Related to the Arduino Language Server
type: enhancement
Proposed improvement
type: imperfection
Perceived defect in any part of project
In Outline I've already seen that the
loop
function and thevoid
function appear, but now it's buggy, when I start it, it's there, when I write something it disappears, I don't know how far this idea of putting the function tree goes, but I already implemented, it would be cool if all the functions really were there,void
s /if
/while
and etc., the functions that close the code, and that there was a description after it depending on the comment that is in the code. And that it is possible to minimize trees by functions, etc. Furthermore, it is possible to minimize them in code, for example, I don't want to see the setup function now, minimize it, and that's it.So for example, in the tree, this code below would look like this:
The text was updated successfully, but these errors were encountered: