Skip to content

Code completion

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

Code completion

Words can be completed in the code by using the default shortcut Ctrl + Space and by selecting the desired word from the list of suggestions. User can then press the Enter key to insert the selected word, or Escape key to close the list of suggestions for completion.

When Assembly file is opened or manually saved, it is then scanned for labels and values in .section data.
These labels, values and instructions will then show up in the list of suggestions when using code completion.

The same shortcut Ctrl + Space can be used for snippets insertion.

Clone this wiki locally