Background
I am developing a Local Variables Exporter/Importer Plugin.
So, I am having trouble trying to set the scope of a variable in an import process.
Questions
- Exporter
- for CodeSyntax:
variable.codeSyntax
- for Scopes:
variable.scopes
- for CodeSyntax:
- Importer
- for CodeSyntax:
variable.setVariableCodeSyntax()
- for Scopes: ???
- for CodeSyntax:
Is there a Plugin API method for setting scopes of a variable?
I could not find any members that looked like them on this page: Variable | Plugin API
I would appreciate your advice. Thanks.