[ https://issues.apache.org/jira/browse/CASSANDRA-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksey Yeschenko updated CASSANDRA-4423: ----------------------------------------- Reviewer: brandon.williams > auto completion in cqlsh should work when using fully qualified name > -------------------------------------------------------------------- > > Key: CASSANDRA-4423 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4423 > Project: Cassandra > Issue Type: Improvement > Components: Tools > Reporter: Jackson Chung > Assignee: Aleksey Yeschenko > Priority: Minor > Labels: cqlsh > Fix For: 1.1.6, 1.2.0 > > Attachments: CASSANDRA-4423.txt > > > minor cqlsh improvement: > the auto completion in cqlsh rocks, so this is just to make a nitpick > improvement: > if i type > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' and > {panel} > then tab tab after it, it will auto complete into: > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = 'SimpleStrategy' AND > strategy_options:replication_factor = > {panel} > but if i use a fully qualified name: > {panel} > cqlsh> create KEYSPACE test WITH strategy_class = > 'org.apache.cassandra.locator.SimpleStrategy' AND > <strategy_option_name> > {panel} > it is not smart enough to figured out the available options. > It'd be nice to make the auto completion works for those fully qualified > cases. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira