class in Unity.CodeEditor
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseHandles interaction with the code editor.
CurrentEditor | Returns the current IExternalCodeEditor instance for the chosen code editor. |
CurrentEditorInstallation | The path to the current code editor installation being used to open script assets. |
OSOpenFile | Open an application with a quoted string of arguments. |
ParseArgument | Parse a string using the rules defined under External Tools. |
Register | Register an instance of IExternalCodeEditor to use when populating Preferences/External Tools menu. Calls ref::Initialize if you select the instance. |
SetExternalScriptEditor | Sets the path of the code editor to use for opening script Assets. |
Unregister | Remove an instance of IExternalCodeEditor from the list of registered code editors. Calls ref::Initialize if you select the instance. |