-
Notifications
You must be signed in to change notification settings - Fork 18
IntelliSense
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.
In the VS Code editor you can customize your IntelliSense experience with settings and key bindings.
Extension
Features
- Language Definition
- IntelliSense
- Code Navigation
- Refactoring
- Compilation
-
Debugging
- Debug View
- [Debug Console](Debug Console)
- [Assembly View](Assembly View)
Creation Engine
Language
Help