S2

langoustine.lsp.aliases.TextDocumentFilter.S2
See theS2 companion object
case class S2(language: Opt[String], scheme: Opt[String], pattern: String)

Value parameters

language

A language id, like typescript.

pattern

A glob pattern, like **​.{ts,js}. See TextDocumentFilter for examples.

scheme

A Uri [[Uri.scheme scheme]], like file or untitled.

Attributes

Companion
object
Source
aliases.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product