You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to extend the Explorer sort behavior to allow differentiation of files with the same file extension (either via LSP or VS Code APIs). The current options for sorting the Explorer (via the Explorer.sortOrder setting) do not appear to have any pluggability or extensibility.
In MATLAB files (.m), a file's type could be a script, a function, or a class definition. We would like to provide the ability to group files by this type in the VS Code Explorer.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
I would like to extend the Explorer sort behavior to allow differentiation of files with the same file extension (either via LSP or VS Code APIs). The current options for sorting the Explorer (via the
Explorer.sortOrder
setting) do not appear to have any pluggability or extensibility.We have received a request for the MATLAB extension for VS Code (mathworks/MATLAB-extension-for-vscode#177) which requires this functionality.
In MATLAB files (.m), a file's type could be a script, a function, or a class definition. We would like to provide the ability to group files by this type in the VS Code Explorer.
The text was updated successfully, but these errors were encountered: