-
Notifications
You must be signed in to change notification settings - Fork 1
Code navigation
Marko Njegomir edited this page Oct 17, 2019
·
2 revisions
Jumping to definitions is easy because i386ide offers one click solutions for both Assembly and C files.
In Assembly files it is possible to jump to any label declaration, or any value from the .section data.
Simply hold Ctrl
and left click on the underlined word to jump to its declaration.
Use Ctrl + Left arrow key
to jump back to the position where you clicked the word.
In C files it is possible to jump to function definition by simply holding Ctrl
and left clicking on the name of the function.
Use Ctrl + Left arrow key
to jump back to the position where you clicked the word.