Hi ! When i edit ecma script 6 javascript files i see there is maybe broken class view, there is problem when editing big files, i use geany because of its class view lovely feature. Im using geany version 1.33 "Gorgon"
best regards
JavaScript is notably hard to analyze statically due to it's inherent dynamic nature, which means that short of actually executing the JavaScript code (and every single possible code path) and discovering new functions such, it's unlikely it could be possible to get fully accurate code structure.
However, in most common cases it's possible to infer what the developer meant, which gets mostly good results. In your case, could you provide a sample JavaScript source so we could try and debug this? BTW, [@universal-ctags/ctags](https://github.com/universal-ctags/ctags) is now the canonical upstream for the code that parses sources, so you might wanna check how it behaves, and report a bug there (I'm also involved there).
Hi ! Here is example javascript ES6 code: https://github.com/zero0bytes/pixi.js-GUI/blob/master/pixi-gui.js
Be nice if you could provide a minimum example, with what you got and what you expect.
The missing classes are fixed by ctags sync from #2018.
Closed #1891.
github-comments@lists.geany.org