fsprojects / zarchive-sublime-fsharp-package

F# development tools for SublimeText 3
32 stars 7 forks source link

refactor: FSharpFile ==> FileInfo #35

Closed guillermooo closed 9 years ago

guillermooo commented 9 years ago

Not all views/paths processed by FSharpFile are F# files. In fact, frequently it's used to check if a file is actually F# code. Therefore, the name is confusing.