Open definition in new tab

If I have a third party dependency Calendar App, with the module name “Calendar_App” I can use it by doing something like:
import

However, I’d like a very simple way to navigate to the Calendar App within the IDE. Something like you hover your mouse over the import line and you get an action that looks like:
nav

3 Likes

I agree something like this would be nice. Though I wonder if it’s feasible to link from the IDE? If not, it would be nice to at least be able to open the dependency from the grid of dependencies from the Dependencies page in Settings.

But what would we do about 3rd party dependencies? Launch the Github page if they have one? That would also be pretty nice to not have to hunt down Anvil Extras Github every time I’m trying to figure out what a method does, haha.