You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Sync to Gitee] - Optimizes the file creation logic of the NewFileUtils class (#86)
* Optimizes the file creation logic of the NewFileUtils class
1. Refactor the file creation method to improve code reusability and readability
2. Add Java file specific processing logic to support package name and class name resolution
3. Improve file path and directory processing to enhance adaptability to the project structure
* Fixed the import statement order.
* Optimize file creation logic and path handli...
#41