dumb-jump icon indicating copy to clipboard operation
dumb-jump copied to clipboard

Support Language interoperability

Open jacktasia opened this issue 7 years ago • 2 comments

Generic support for jumping between different languages that can be part of the same project and call one another.

Examples:

java<->kotlin erlang<->elixir swift<>-objc

jacktasia avatar Jan 06 '18 01:01 jacktasia

Should dumb-jump then detect what languages are used in the file automatically or does the user need to hint somehow? If it detects used languages then it's not enough with a random order: If you're in some ObjC code it shouldn't try to jump as Swift code instead. I like the general idea though.

netromdk avatar Jan 06 '18 10:01 netromdk

Something else that likely falls into this category is Scala and Scala Play Templates (.scala.html files). Willing to look into making a change if you have a general idea of how to go about it.

kschwarz1116 avatar Oct 31 '18 03:10 kschwarz1116