# @showhint in tutorials

**URL:** https://forum.makecode.com/t/showhint-in-tutorials/20730
**Category:** Help
**Tags:** tutorial
**Created:** [June 19, 2023, 5:46pm UTC](https://forum.makecode.com/t/showhint-in-tutorials/20730 "2023-06-19T17:46:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AlrightyTighty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alrightytighty/32/9240_2.png) [@AlrightyTighty](https://forum.makecode.com/u/AlrightyTighty)
#### Post date: [June 19, 2023, 5:46pm UTC](https://forum.makecode.com/t/showhint-in-tutorials/20730/1 "2023-06-19T17:46:02Z")

</div>

In the MakeCode tutorial editor, the @showhint option doesn’t do anything. It states in the docs that @fullscreen is deprecated and to use @showhint, but neither make the hint display in a panel. I’ve seen projects that accomplish it, so I’m wondering how it’s done.

Screenshot for clarity:

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/b/b79d4213e81b5fee574715bff0685b8874a73085.png)

Thanks for any help!

---

<div class="post-metadata">

### Author: ![KIKIvsIT](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kikivsit/32/10492_2.png) [@KIKIvsIT](https://forum.makecode.com/u/KIKIvsIT)
#### Post date: [June 19, 2023, 5:46pm UTC](https://forum.makecode.com/t/showhint-in-tutorials/20730/2 "2023-06-19T17:46:53Z")

</div>

Try using @showdialog…it should do what you want it to.

---

<div class="post-metadata">

### Author: ![AlrightyTighty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/alrightytighty/32/9240_2.png) [@AlrightyTighty](https://forum.makecode.com/u/AlrightyTighty)
#### Post date: [June 20, 2023, 11:33pm UTC](https://forum.makecode.com/t/showhint-in-tutorials/20730/3 "2023-06-20T23:33:13Z")

</div>

I don’t want a dialog prompt to appear though. All I want is for the step to be integrated normally but have the hint show by default.
