Skip to content

IntelliSense

Joel Day edited this page Jun 26, 2019 · 1 revision

These features help you to learn more about the code you're using, keep track of the parameters you're typing, and add calls to properties and methods with only a few keystrokes.

  • List Members
  • Member Info
  • Documentation & Comment Info
  • Parameter Info
  • Word Completion

Papyrus IntelliSense uses an intelligent service based on language semantics and static analysis of your source code. To increase productivity, the language service will make suggestions for possible code completions as you type.

The Papyrus IntelliSense will understand source code in the correct scope and context. This includes scripts imported from other projects or members inherited from a parent script such as functions, events, and properties.

If you continue typing characters, the list of members (variables, methods, etc.) is filtered to include only members containing your typed characters. Pressing Tab or Enter will insert the selected member.

See Also

In the VS Code editor you can customize your IntelliSense experience with settings and key bindings.

Clone this wiki locally