• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Is there a way to sort members in source code with Netbeans?

 
best scout
Posts: 1294
Scala IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys!

I'm wondering if it is possible with Netbeans to reformat my Java source code so that members appear in a defined order.

It would be nice if all members of a class file could be grouped by their type, for example all methods, all fields etc. Additionally I would like to have all members be sorted by name within these groups. Just like I can change the sort order in the members view window...

I think this would make the source code clearer but I couldn't find a way how to achieve this in Netbeans. If it really can't be done with Netbeans could you advice me another tool for this please?

Thanks!

Marco
 
reply
    Bookmark Topic Watch Topic
  • New Topic