getCompletionEntryDetails
abstract fun getCompletionEntryDetails(fileName: String, position: Double, entryName: String, formatOptions: FormatCodeOptions?, source: String?, preferences: UserPreferences?, data: CompletionEntryData?): CompletionEntryDetails?(source)
abstract fun getCompletionEntryDetails(fileName: String, position: Double, entryName: String, formatOptions: FormatCodeSettings?, source: String?, preferences: UserPreferences?, data: CompletionEntryData?): CompletionEntryDetails?(source)
Gets the extended details for a completion entry retrieved from getCompletionsAtPosition.
Parameters
fileName
The path to the file
position
A zero based index of the character where you want the entries
entryName
The name from an existing completion which came from getCompletionsAtPosition
formatOptions
How should code samples in the completions be formatted, can be undefined for backwards compatibility
source
source property from the completion entry
preferences
User settings, can be undefined for backwards compatibility
data
data property from the completion entry