All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.bsp.protocol.TextEdit.scala Maven / Gradle / Ivy

package scala.build.bsp.protocol

import ch.epfl.scala.bsp4j as b
import com.google.gson.Gson

case class TextEdit(range: b.Range, newText: String) {
  def toJsonTree() = new Gson().toJsonTree(this)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy