643 views
in Embedded Wizard Studio by
My inline code is not giving auto completions or suggestions

1 Answer

0 votes
by

Hey,

if you're going the object oriented way, it should definitely work. Start with the object, followed by a dot, then you should get a list of available (class) members.

e.g. "MyObject."

See: https://doc.embedded-wizard.de/code-editor-window?v=11.00#18

If you want to address something in the same class/object, then you could start with "this." or alternatively there is a shortcut to get everything that is available right now: CTRL + SPACE.

And inside following Inline Code, there is no auto completion, since you write native code (only). For example: include <windows.h>

Chris

by
Alright Thanks
by
Your welcome

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...