Skip to content

Notepad++ does not recognice PHP functions in Function List #1919

@AleWin32

Description

@AleWin32

Having a PHP file opened and selecting PHP language (Language menu, P, PHP), Notepad++ does not recognise the functions in Function List if they are like:

function getInfoTravel ($param1, &param2)
{
...
}

If we remove the space OR SPACES after the function name (getInfoTravel) it is recognised:

function getInfoTravel($param1, &param2)
{
...
}

Please, add to the regular expression that parse the PHP files the possibility to have one or more spaces after the function name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    language-supportIssues or PRs related to programming languages (also e.g. in styles, themes)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions