Organizing Functions

Hierarchial/Folder based organization of Datastore functions in multiple “Files”/“Folders” for grouping purposes would be helpful. From what I understand:

-Methods cannot be accessed from Page Actions directly, only Datastore and Class Functions. That means all the general functions need to be stored in the Datastore Class “File”, with some helper methods to support those Functions stored in the Methods folder.

If we want to group functions together, it might be nice to be able to “Store” the Datastore Functions in seperate/Hierarchial folders.

The Folders would not necessarily be Paths to the Datastore functions or anything, but would just help developer visually organize the functions as opposed to a single huge Datatore Class file full of functions.

Maybe the LSP editor has a workaround or other best practice for organizing groups of functions alrteady?

1 Like