Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 474 Bytes

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