View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.eclipse / AesiUtils

AesiUtils

open class AesiUtils

Constructors

<init> AesiUtils()

Functions

locationToOffset open static fun locationToOffset(location: Location, document: IDocument): Int
offsetToLocation open static fun offsetToLocation(document: IDocument, offset: Int): Location
Converts a document offset into a Location.