Search code examples
gitpitch

Hide whole code block and only show fragments or jump to the first fragment


I am creating a presentation about some Java stuff and I want to show some code.

I have the problem, that I want to present Java code and the first snippet is the import block if I use the Code Delimiter Slides.

If I use the Code Block Slides, the whole code shows up. This will distract the audience.

Is it possible to jump to the first fragment in a code block?


Solution

  • Is it possible to jump to the first fragment in a code block?

    The answer is no, it is not currently possible.

    GitPitch code-presenting gives you a way to step-into any code block, source file, or GIST. But the starting point is always as if you just opened the source code in your editor (you see the contents of the block, file, GIST).