Usage of Custom Functions

2 posts / 0 new
Last post
Humphrey
Offline
Joined: 10/13/2020 - 09:34
Usage of Custom Functions

Hello Brian/all,
I have a custom function that I want to share with my team. The challenge however is that unlike ordinary functions that are accessible to all projects, the custom function is accessible only from the project it was created on. Any idea on how I can make a custom function accessible from any project without having to copy it across?

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Humphrey,

Unfortunately you need to have it in each project folder.  Hopefully in a future release of IDEA you will be able to have it in in one place, namley the local library and all your projects will be able to access it from one spot instead of having 20 different copies in each project.