David Green created NETBEANS-2186:
-------------------------------------
Summary: Command completion won't supply class name after "public
class"
Key: NETBEANS-2186
URL: https://issues.apache.org/jira/browse/NETBEANS-2186
Project: NetBeans
Issue Type: Bug
Components: cnd - Code Completion
Affects Versions: 10.0, 11.0
Reporter: David Green
h1. Steps
# Create new class
# Delete all its content except package statement
# Try to enter whole class with several method, field and inner classes using
CC to produce all keywords (only typing identifiers and symbols like brackets
and operators by hand)
h3. Expected result:
The whole class can be written using only CC to insert keywords
Actual:
1. Can add back
public
then
class
but then command completion won't supply the class name (from the file name).
Other things can be added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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