How can I tag/color files?

Answered

Hello,

Let's say I have for example completed the class BuyManager, now I'd like to tag it (change the file's color to green for example), so I don't open it again afterwards. Is there anyway to do that? Are there any plugins that would allow me to do that?

Thanks for all the help,

Nick

2
3 comments
Avatar
Permanently deleted user

You can get close to what you are looking for by using scopes: Define a scope named 'Completed' (under 'Settings' > 'Appearance & Behavior' > 'Scopes') and assign it a file color ('Settings' > 'Appearance & Behavior' > 'File Colors'). The painful part is to add individual files to a scope (@JetBrains, could you implement a shortcut for that?), but when you've done that, the scoped file will be highlighted both by its editor tab and in the project view.

1

This works, but takes way too much time.

0

Actually you can add a folder and all the file recursively : https://www.jetbrains.com/help/idea/settings-scopes.html#options
Pretty nice !

0

Please sign in to leave a comment.