Properties
Defines the properties for the Position class.
less than a minute
FileInfo
The FileInfo property contains the metadata from the file system for the file the
Position exists in, if any. If the Position is for a virtual document or a
string, this property is $null
.
LineNumber
The LineNumber property represents the line from the text. The lines are counted from 1, unlike zero-indexed lists. This maps both to how editor applications report line numbers and how authors think about lines in a file.
StartColumn
The StartColumn property represents how many characters into a line the Position is. The columns are counted from 1, unlike zero-indexed lists. This maps both to how editor applications report column numbers and how authors think about line lengths in a file.
Last modified March 3, 2023: (MAINT) Rename Source folder to Projects (8b45aed)