junichi11 opened a new pull request, #7027:
URL: https://github.com/apache/netbeans/pull/7027

   - https://github.com/apache/netbeans/issues/6947
   - Add `Auto Import` as an option for code completion
   - Add `Prefer Import` and `Don't Import` options for global namespace 
items(`Don't Import` is enabled by default)
   - Add `File Scope`(unchecked by default) and `Namespace Scope`(checked by 
default) options
   - Don't add a use statement if use list has the same name item(Instead, the 
result of Smart CC is used)
   - Add unit tests
   
   Note: A use statement may not be added to an expected position if the 
existing use list is not sorted(ignore cases)
   
   
![nb-php-auto-import-options](https://github.com/apache/netbeans/assets/738383/8f920ee8-650c-4ef4-8c4a-c68a1cd90e9c)
   
   
![nb-php-auto-import-01](https://github.com/apache/netbeans/assets/738383/42bb61e6-e669-49b2-a994-28134d219f60)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to