vs-code-typescript-class-organizer icon indicating copy to clipboard operation
vs-code-typescript-class-organizer copied to clipboard

Allow disabling function organization

Open Jamesernator opened this issue 1 year ago • 2 comments

I am only interested in class organization so that fields are in order. However the plugin also unconditionally organizes functions and variables now as well, which I do not wish to do.

It would be nice to have an option to disable function organization, e.g. tsco.disableFunctionOrganization or similar.

Jamesernator avatar Jan 13 '24 08:01 Jamesernator

Hi James. You can set that file to be ignored (see README on how to do it)

aljazsim avatar Jan 13 '24 12:01 aljazsim

You can set that file to be ignored (see README on how to do it)

I run class organizer manually anyway, and I still want the class in the file to be organized when I do so, however I don't want the functions, and especially, the variables moved in the file.

Jamesernator avatar Jan 13 '24 23:01 Jamesernator