fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Organization of modules in FSharp.Editing #1415

Closed smoothdeveloper closed 7 years ago

smoothdeveloper commented 7 years ago

Right now, Core project is a dump of

There is no separation of the files under several folders.

Should we create those folders:

and move files under those?

vasily-kirichenko commented 7 years ago

Sounds great.

cloudRoutine commented 7 years ago

I think there should be multiple feature folders organized around functionality e.g. Navigation, Symbols, etc.

smoothdeveloper commented 7 years ago

@cloudRoutine I also agree with this, but I currently don't have proper overview of how to organize features (although they are organized already in FSharp.Editing.VisualStudio, that might be good enough).

cloudRoutine commented 7 years ago

That's the place to start from, it can be revised later if necessary