https://bugs.kde.org/show_bug.cgi?id=368424
Bug ID: 368424 Summary: detect JavaScript function expressions assigned to variables for function outline search bar Product: kdevelop Version: 5.0.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Language Support: QML/JavaScript Assignee: kdevelop-bugs-n...@kde.org Reporter: b...@gmx.com The function outline search bar works for JS functions defined with the syntax: function functionName (args) {stuff}; but not with functions defined as expressions assigned to a variable: functionName = function (args) {stuff}; Considering that variables can be reassigned to a function expression at any point, to support this something would have to be added to the GUI to move between places in the code where the variable is assigned to a different function. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.