glide.ui.syntax_editor.show_warnings_errors

ServiceNow property description:

Show/Hide static analysis warnings and errors on the editor (default is HIDE_ALL) HIDE_ALL: Hide all errors and warnings ERRORS_ONLY: Show errors but hide warnings SHOW_ALL: Show errors and warnings

Attributes

  • Sys ID: 0480ac644721200036bf543eacde2768
  • Type: choice list
  • Application: Global
  • Default value: HIDE_ALL
AI Logo

AI generated property description:

The ServiceNow property `glide.ui.syntax_editor.show_warnings_errors` controls the display of warnings and errors in the syntax editor. When enabled, this property allows the syntax editor to highlight potential issues in the code, providing immediate feedback to developers. This feature is particularly useful for identifying syntax errors and other common coding mistakes, thereby improving code quality and reducing debugging time. The property can be configured to either show or hide these warnings and errors based on the user's preference. For more detailed information, you can refer to the [ServiceNow documentation](https://docs.servicenow.com/bundle/washingtondc-api-reference/page/script/general-scripting/concept/c_SyntaxEditorPlugin.html).

Source

Related property: glide.ui.syntax_editor.linter