RoyAwesome / WorldSmith

Open source Dota 2 Mod Editor
MIT License
59 stars 28 forks source link

RunScript Auto-script Linking, Lua function discovery #53

Open MNoya opened 9 years ago

MNoya commented 9 years ago

When adding a RunScript Action, we would normally want to quickly define the ScriptFile and Function and jump directly into the ScriptFile path, create a function and start coding it.

What could be added is:

img

Penguinwizzard commented 9 years ago

For similar functionality, done professionally, see VS2013's "peek definition" command.

RoyAwesome commented 9 years ago

File this away as a long term improvement. It's something I want to do after we get the editor functional