在 VEXcode EXP 中使用 C++ 代码查看器

使用 VEXcode EXP 中的代码查看器既简单又有用。


如何打开代码查看器

Screen_Shot_2022-02-09_at_11.21.09_AM.png

启动 VEXcode EXP。

Screen_Shot_2022-02-09_at_11.22.45_AM.png

平台默认使用Blocks接口。

Screen_Shot_2022-02-09_at_11.22.54_AM.png

选择“代码查看器”图标以打开“代码查看器”窗口。

Screen_Shot_2022-04-18_at_11.19.56_AM.png

将打开代码查看器窗口。 选择代码查看器窗口底部的“C++”按钮以显示 Blocks 项目的 C++ 版本。

Screen_Shot_2022-04-18_at_11.23.08_AM.png

完成后,通过选择“帮助”图标旁边的向右箭头隐藏“代码查看器”窗口。


如何将文本命令添加到块中

Screen_Shot_2022-02-09_at_11.27.44_AM.png

将 [Print] 块添加到项目中。

Screen_Shot_2022-02-09_at_11.28.33_AM.png

选择“代码查看器”图标以打开“代码查看器”窗口。

Screen_Shot_2022-04-18_at_11.26.18_AM.png

请注意, print 命令也将添加到代码查看器窗口中。


如何使用块删除文本命令

Screen_Shot_2022-04-18_at_11.43.46_AM.png

从 VEXcode EXP 项目中删除 [Print] 块。

注意: 有关如何删除块的更多信息,请查看知识库中的 删除块文章

Screen_Shot_2022-04-18_at_11.49.31_AM.png

请注意, print 命令也将从命令查看器窗口中删除。

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: