Czukowski created NETBEANS-3267:
-----------------------------------
Summary: There should be separate configuration for class names
completion in PHPDocs
Key: NETBEANS-3267
URL: https://issues.apache.org/jira/browse/NETBEANS-3267
Project: NetBeans
Issue Type: New Feature
Components: php - Editor
Affects Versions: 11.1
Reporter: Czukowski
Currently, there is one Type of Code Completion config option which works for
both code and PHPDocs, but I think there should be one for each.
The reason behind this is while a user may (and most probably do) want to use
unqualified class names in their code for the readability, at the same tame it
may be useful to have the same class names with FQN in code comments, because
it helps code analysis tools (eg. coding standards, statical analysis) to read
and understand the code.
Not having this option results in having to manually correct either code
comments or code itself (depending on the selected option) all the time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists