function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JasonMcGeeJasonMcGee 

Eclipse and Class folder structure

Is there any way in the eclipse Force.com IDE to group classes into folders?

 

We have over 100 classes and would like to introduce some maintainability.

JonPJonP

The Force.com IDE arranges files in its projects based on the server structure, as defined in the Metadata API.  It uses the same folder structure as the Ant plugin for Force.com migration.

 

Currently only a few types of metadata support folders--reports and documents come to mind--but Apex Classes are not among these.

 

There are several ideas on the IdeaExchange around this topic.  Please vote for existing ideas, post new ideas, and ask your fellow Force.com developers to vote so we can prioritize delivering these features.

 

Thanks,

Jon

salesforce.com Product Manager