NotebookCellTextDocumentFilter

langoustine.lsp.structures.NotebookCellTextDocumentFilter
See theNotebookCellTextDocumentFilter companion object
case class NotebookCellTextDocumentFilter(notebook: String | NotebookDocumentFilter, language: Opt[String])

A notebook cell text document filter denotes a cell text document by different properties.

Value parameters

language

A language id like python. Will be matched against the language id of the notebook cell document. '*' matches every language.

notebook

A filter that matches against the notebook containing the notebook cell. If a string value is provided it matches against the notebook type. '*' matches every notebook.

Attributes

Since

3.17.0

Companion
object
Source
structures.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