[Github-comments] [geany/geany] Show JavaScript 'const' variables on symbol list (#2879)

oguajardo notifications at xxxxx
Fri Aug 27 03:20:27 UTC 2021


The script 

```
const xsq = (function(x){ return x**2; })(2);
const z = "abc";
```
shows `z` as a "Macro", and `xsq` as a "Function". Since I didn't find a `const` variable on a script with plenty more stuff, I didn't think of looking under other symbol types. Is there a way of knowing how Geany classifies constructions? Quite specifically in JavaScript, but also in general. Thanks!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/2879#discussioncomment-1242426
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210826/7b11846c/attachment.htm>


More information about the Github-comments mailing list