Skip to content

bdavs/expect

Repository files navigation

Expect for Visual Studio Code

Features

Provides Colorization for Expect scripts.

Color

Provides basic snippets for commonly used boilerplate code

Snippet

Expect scripts

  • Expect scripts are files that end in ".exp" or ".expect"
  • Expect is an extension of Tcl and is a tool for automating interactive applications
  • expect creator's website