Skip to main content

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 Mon, 04/05/2021 - 10:31

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.