Skip to content

Code navigation

Marko Njegomir edited this page Oct 17, 2019 · 2 revisions

Code navigation

Jumping to definitions is easy because i386ide offers one click solutions for both Assembly and C files.

Assembly 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.

C files

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.

Clone this wiki locally