Article Details
Id:19670
Product:finPOWER Connect
Type:NEW
Version:4.00.00
Opened:22/09/2022
Closed:07/10/2022
Released:21/12/2022
Job: J029673

Script Editor; Intellisense exclusion list

The Script Editor intellisense displays a list of auto-complete items for the object you are working with which will include some .Net specific functions that can clutter the list making it difficult to find the correct item.

Tools, User Preferences, Developer, General page now has a list of functions to remove from the Intellisense list, along with an option to enable this functionality (it is enabled by default).

The list of functions excluded by default are:

  • AsParallel
  • AsQueryable
  • Cast(Of..)
  • CompareTo
  • CopyTo
  • Equals
  • GetEnumerator
  • GetHashCode
  • GetName
  • GetNames
  • GetTypeCode
  • GetUnderlyingType
  • GetValues
  • HasFlag
  • IsDefined
  • IsSynchronized
  • OfType(Of..)
  • ReferenceEquals
  • SyncRoot
  • ToObject