Menu

#321 intellisense list to be sorted by accessibility

open
nobody
None
5
2008-12-01
2008-12-01
Zed A.
No

I would suggest that the intellisense list of atrtibutes should be sorted by accessibility - public to private.

For example:

1. Public attributes (not starting with '_')
2. Special (public) attributes (__xxx__ - such as __init__)
3. Private by-syntax attributes (__xxxx)
4. Private by-notation attributes (_xxxx)

Or at least, simply:

1. Attributes not starting with '_'
2. Attributes starting with '_'

Keep doing great work!

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.