Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.applicable-refactor-info

A set of one or more available refactoring actions, grouped under a parent refactoring.

A set of one or more available refactoring actions, grouped under a parent refactoring.
raw docstring

dots.typescript.server.protocol.brace-completion-request

Request to get brace completion for a location in the file.

Request to get brace completion for a location in the file.
raw docstring

dots.typescript.server.protocol.brace-request

Brace matching request; value of command field is "brace". Return response giving the file locations of matching braces found in file at location line, offset.

Brace matching request; value of command field is "brace".
Return response giving the file locations of matching braces
found in file at location line, offset.
raw docstring

dots.typescript.server.protocol.change-request

Change request message; value of command field is "change". Update the server's view of the file named by argument 'file'. Server does not currently send a response to a change request.

Change request message; value of command field is "change".
Update the server's view of the file named by argument 'file'.
Server does not currently send a response to a change request.
raw docstring

dots.typescript.server.protocol.close-external-project-request-args

Arguments to CloseExternalProjectRequest request

Arguments to CloseExternalProjectRequest request
raw docstring

dots.typescript.server.protocol.close-external-project-response

Response to CloseExternalProjectRequest request. This is just an acknowledgement, so no body field is required.

Response to CloseExternalProjectRequest request. This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.close-request

Close request; value of command field is "close". Notify the server that the client has closed a previously open file. If file is still referenced by open files, the server will resume monitoring the filesystem for changes to file. Server does not currently send a response to a close request.

Close request; value of command field is "close". Notify the
server that the client has closed a previously open file.  If
file is still referenced by open files, the server will resume
monitoring the filesystem for changes to file.  Server does not
currently send a response to a close request.
raw docstring

dots.typescript.server.protocol.code-edit

Object found in response messages defining an editing instruction for a span of text in source code. The effect of this instruction is to replace the text starting at start and ending one character before end with newText. For an insertion, the text span is empty. For a deletion, newText is empty.

Object found in response messages defining an editing
instruction for a span of text in source code.  The effect of
this instruction is to replace the text starting at start and
ending one character before end with newText. For an insertion,
the text span is empty.  For a deletion, newText is empty.
raw docstring

dots.typescript.server.protocol.code-fix-request

Request for the available codefixes at a specific position.

Request for the available codefixes at a specific position.
raw docstring

dots.typescript.server.protocol.code-fix-request-args

Instances of this interface specify errorcodes on a specific location in a sourcefile.

Instances of this interface specify errorcodes on a specific location in a sourcefile.
raw docstring

dots.typescript.server.protocol.compile-on-save-affected-file-list-request

Request to obtain the list of files that should be regenerated if target file is recompiled. NOTE: this us query-only operation and does not generate any output on disk.

Request to obtain the list of files that should be regenerated if target file is recompiled.
NOTE: this us query-only operation and does not generate any output on disk.
raw docstring

dots.typescript.server.protocol.compile-on-save-emit-file-request

Request to recompile the file. All generated outputs (.js, .d.ts or .js.map files) is written on disk.

Request to recompile the file. All generated outputs (.js, .d.ts or .js.map files) is written on disk.
raw docstring

dots.typescript.server.protocol.compiler-options

dots.typescript.server.protocol.compiler-options-diagnostics-request

A request to retrieve compiler options diagnostics for a project

A request to retrieve compiler options diagnostics for a project
raw docstring

dots.typescript.server.protocol.compiler-options-diagnostics-request-args

Arguments for CompilerOptionsDiagnosticsRequest request.

Arguments for CompilerOptionsDiagnosticsRequest request.
raw docstring

dots.typescript.server.protocol.completion-details-request

Completion entry details request; value of command field is "completionEntryDetails". Given a file location (file, line, col) and an array of completion entry names return more detailed information for each completion entry.

Completion entry details request; value of command field is
"completionEntryDetails".  Given a file location (file, line,
col) and an array of completion entry names return more
detailed information for each completion entry.
raw docstring

dots.typescript.server.protocol.completions-request

Completions request; value of command field is "completions". Given a file location (file, line, col) and a prefix (which may be the empty string), return the possible completions that begin with prefix.

Completions request; value of command field is "completions".
Given a file location (file, line, col) and a prefix (which may
be the empty string), return the possible completions that
begin with prefix.
raw docstring

dots.typescript.server.protocol.config-file-diagnostic-event

Event message for "configFileDiag" event type. This event provides errors for a found config file.

Event message for "configFileDiag" event type.
This event provides errors for a found config file.
raw docstring

dots.typescript.server.protocol.configure-request

Configure request; value of command field is "configure". Specifies host information, such as host type, tab size, and indent size.

Configure request; value of command field is "configure".  Specifies
host information, such as host type, tab size, and indent size.
raw docstring

dots.typescript.server.protocol.configure-response

Response to "configure" request. This is just an acknowledgement, so no body field is required.

Response to "configure" request.  This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.definition-request

Go to definition request; value of command field is "definition". Return response giving the file locations that define the symbol found in file at location line, col.

Go to definition request; value of command field is
"definition". Return response giving the file locations that
define the symbol found in file at location line, col.
raw docstring

dots.typescript.server.protocol.diagnostic-event

Event message for DiagnosticEventKind event types. These events provide syntactic and semantic errors for a file.

Event message for DiagnosticEventKind event types.
These events provide syntactic and semantic errors for a file.
raw docstring

dots.typescript.server.protocol.diagnostic-related-information

Represents additional spans returned with a diagnostic which are relevant to it

Represents additional spans returned with a diagnostic which are relevant to it
raw docstring

dots.typescript.server.protocol.diagnostic-with-line-position

Represents diagnostic info that includes location of diagnostic in two forms

  • start position and length of the error span
  • startLocation and endLocation - a pair of Location objects that store start/end line and offset of the error span.
Represents diagnostic info that includes location of diagnostic in two forms
- start position and length of the error span
- startLocation and endLocation - a pair of Location objects that store start/end line and offset of the error span.
raw docstring

dots.typescript.server.protocol.doc-comment-template-request

Requests a JS Doc comment template for a given position

Requests a JS Doc comment template for a given position
raw docstring

dots.typescript.server.protocol.document-highlights-item

Represents a set of highligh spans for a give name

Represents a set of highligh spans for a give name
raw docstring

dots.typescript.server.protocol.document-highlights-request

Get document highlights request; value of command field is "documentHighlights". Return response giving spans that are relevant in the file at a given line and column.

Get document highlights request; value of command field is
"documentHighlights". Return response giving spans that are relevant
in the file at a given line and column.
raw docstring

dots.typescript.server.protocol.document-highlights-request-args

Arguments in document highlight request; include: filesToSearch, file, line, offset.

Arguments in document highlight request; include: filesToSearch, file,
line, offset.
raw docstring

dots.typescript.server.protocol.encoded-semantic-classifications-request

A request to get encoded semantic classifications for a span in the file

A request to get encoded semantic classifications for a span in the file
raw docstring

dots.typescript.server.protocol.encoded-semantic-classifications-response-body

Implementation response message. Gives series of text spans depending on the format ar.

Implementation response message. Gives series of text spans depending on the format ar.
raw docstring

dots.typescript.server.protocol.exit-request

Exit request; value of command field is "exit". Ask the server process to exit.

Exit request; value of command field is "exit".  Ask the server process
to exit.
raw docstring

dots.typescript.server.protocol.external-file

Represents a file in external project. External project is project whose set of files, compilation options and open\close state is maintained by the client (i.e. if all this data come from .csproj file in Visual Studio). External project will exist even if all files in it are closed and should be closed explicitly. If external project includes one or more tsconfig.json/jsconfig.json files then tsserver will create configured project for every config file but will maintain a link that these projects were created as a result of opening external project so they should be removed once external project is closed.

Represents a file in external project.
External project is project whose set of files, compilation options and open\close state
is maintained by the client (i.e. if all this data come from .csproj file in Visual Studio).
External project will exist even if all files in it are closed and should be closed explicitly.
If external project includes one or more tsconfig.json/jsconfig.json files then tsserver will
create configured project for every config file but will maintain a link that these projects were created
as a result of opening external project so they should be removed once external project is closed.
raw docstring

dots.typescript.server.protocol.file-location-request

A request whose arguments specify a file location (file, line, col).

A request whose arguments specify a file location (file, line, col).
raw docstring

dots.typescript.server.protocol.file-location-request-args

Instances of this interface specify a location in a source file: (file, line, character offset), where line and character offset are 1-based.

Instances of this interface specify a location in a source file:
(file, line, character offset), where line and character offset are 1-based.
raw docstring

dots.typescript.server.protocol.file-request

Request whose sole parameter is a file name.

Request whose sole parameter is a file name.
raw docstring

dots.typescript.server.protocol.file-span

Object found in response messages defining a span of text in a specific source file.

Object found in response messages defining a span of text in a specific source file.
raw docstring

dots.typescript.server.protocol.format-code-settings

dots.typescript.server.protocol.format-on-key-request

Format on key request; value of command field is "formatonkey". Given file location and key typed (as string), return response giving zero or more edit instructions. The edit instructions will be sorted in file order. Applying the edit instructions in reverse to file will result in correctly reformatted text.

Format on key request; value of command field is
"formatonkey". Given file location and key typed (as string),
return response giving zero or more edit instructions.  The
edit instructions will be sorted in file order.  Applying the
edit instructions in reverse to file will result in correctly
reformatted text.
raw docstring

dots.typescript.server.protocol.format-request

Format request; value of command field is "format". Return response giving zero or more edit instructions. The edit instructions will be sorted in file order. Applying the edit instructions in reverse to file will result in correctly reformatted text.

Format request; value of command field is "format".  Return
response giving zero or more edit instructions.  The edit
instructions will be sorted in file order.  Applying the edit
instructions in reverse to file will result in correctly
reformatted text.
raw docstring

dots.typescript.server.protocol.get-applicable-refactors-request

Request refactorings at a given position or selection area.

Request refactorings at a given position or selection area.
raw docstring

dots.typescript.server.protocol.get-applicable-refactors-response

Response is a list of available refactorings. Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring

Response is a list of available refactorings.
Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring
raw docstring

dots.typescript.server.protocol.get-edits-for-file-rename-request-args

Note: Paths may also be directories.

Note: Paths may also be directories.
raw docstring

dots.typescript.server.protocol.get-move-to-refactoring-file-suggestions

Response is a list of available files. Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring

Response is a list of available files.
Each refactoring exposes one or more "Actions"; a user selects one action to invoke a refactoring
raw docstring

dots.typescript.server.protocol.get-move-to-refactoring-file-suggestions-request

Request refactorings at a given position or selection area to move to an existing file.

Request refactorings at a given position or selection area to move to an existing file.
raw docstring

dots.typescript.server.protocol.get-supported-code-fixes-request

A request to get codes of supported code fixes.

A request to get codes of supported code fixes.
raw docstring

dots.typescript.server.protocol.geterr-for-project-request

GeterrForProjectRequest request; value of command field is "geterrForProject". It works similarly with 'Geterr', only it request for every file in this project.

GeterrForProjectRequest request; value of command field is
"geterrForProject". It works similarly with 'Geterr', only
it request for every file in this project.
raw docstring

dots.typescript.server.protocol.geterr-for-project-request-args

Arguments for GeterrForProject request.

Arguments for GeterrForProject request.
raw docstring

dots.typescript.server.protocol.geterr-request

Geterr request; value of command field is "geterr". Wait for delay milliseconds and then, if during the wait no change or reload messages have arrived for the first file in the files list, get the syntactic errors for the file, field requests, and then get the semantic errors for the file. Repeat with a smaller delay for each subsequent file on the files list. Best practice for an editor is to send a file list containing each file that is currently visible, in most-recently-used order.

Geterr request; value of command field is "geterr". Wait for
delay milliseconds and then, if during the wait no change or
reload messages have arrived for the first file in the files
list, get the syntactic errors for the file, field requests,
and then get the semantic errors for the file.  Repeat with a
smaller delay for each subsequent file on the files list.  Best
practice for an editor is to send a file list containing each
file that is currently visible, in most-recently-used order.
raw docstring

dots.typescript.server.protocol.highlight-span

Span augmented with extra information that denotes the kind of the highlighting to be used for span.

Span augmented with extra information that denotes the kind of the highlighting to be used for span.
raw docstring

dots.typescript.server.protocol.implementation-request

Go to implementation request; value of command field is "implementation". Return response giving the file locations that implement the symbol found in file at location line, col.

Go to implementation request; value of command field is
"implementation". Return response giving the file locations that
implement the symbol found in file at location line, col.
raw docstring

dots.typescript.server.protocol.indentation-request

A request to get indentation for a location in file

A request to get indentation for a location in file
raw docstring

dots.typescript.server.protocol.indentation-result

Indentation result representing where indentation should be placed

Indentation result representing where indentation should be placed
raw docstring

dots.typescript.server.protocol.js-doc-link-display-part

A part of a symbol description that links from a jsdoc

A part of a symbol description that links from a jsdoc
raw docstring

dots.typescript.server.protocol.location

Location in source code expressed as (one-based) line and (one-based) column offset.

Location in source code expressed as (one-based) line and (one-based) column offset.
raw docstring

dots.typescript.server.protocol.message

A TypeScript Server message

A TypeScript Server message
raw docstring

dots.typescript.server.protocol.nav-bar-request

NavBar items request; value of command field is "navbar". Return response giving the list of navigation bar entries extracted from the requested file.

NavBar items request; value of command field is "navbar".
Return response giving the list of navigation bar entries
extracted from the requested file.
raw docstring

dots.typescript.server.protocol.nav-tree-request

NavTree request; value of command field is "navtree". Return response giving the navigation tree of the requested file.

NavTree request; value of command field is "navtree".
Return response giving the navigation tree of the requested file.
raw docstring

dots.typescript.server.protocol.navigation-tree

protocol.NavigationTree is identical to ts.NavigationTree, except using protocol.TextSpan instead of ts.TextSpan

protocol.NavigationTree is identical to ts.NavigationTree, except using protocol.TextSpan instead of ts.TextSpan
raw docstring

dots.typescript.server.protocol.navto-request

Navto request message; value of command field is "navto". Return list of objects giving file locations and symbols that match the search term given in argument 'searchTerm'. The context for the search is given by the named file.

Navto request message; value of command field is "navto".
Return list of objects giving file locations and symbols that
match the search term given in argument 'searchTerm'.  The
context for the search is given by the named file.
raw docstring

dots.typescript.server.protocol.navto-response

Navto response message. Body is an array of navto items. Each item gives a symbol that matched the search term.

Navto response message. Body is an array of navto items.  Each
item gives a symbol that matched the search term.
raw docstring

dots.typescript.server.protocol.open-external-project-response

Response to OpenExternalProjectRequest request. This is just an acknowledgement, so no body field is required.

Response to OpenExternalProjectRequest request. This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.open-external-projects-args

Arguments to OpenExternalProjectsRequest

Arguments to OpenExternalProjectsRequest
raw docstring

dots.typescript.server.protocol.open-external-projects-response

Response to OpenExternalProjectsRequest request. This is just an acknowledgement, so no body field is required.

Response to OpenExternalProjectsRequest request. This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.open-request

Open request; value of command field is "open". Notify the server that the client has file open. The server will not monitor the filesystem for changes in this file and will assume that the client is updating the server (using the change and/or reload messages) when the file changes. Server does not currently send a response to an open request.

Open request; value of command field is "open". Notify the
server that the client has file open.  The server will not
monitor the filesystem for changes in this file and will assume
that the client is updating the server (using the change and/or
reload messages) when the file changes. Server does not currently
send a response to an open request.
raw docstring

dots.typescript.server.protocol.organize-imports-request

Organize imports by:

  1. Removing unused imports
  2. Coalescing imports from the same module
  3. Sorting imports
Organize imports by:
1) Removing unused imports
2) Coalescing imports from the same module
3) Sorting imports
raw docstring

dots.typescript.server.protocol.project-changes

Represents a set of changes that happen in project

Represents a set of changes that happen in project
raw docstring

dots.typescript.server.protocol.project-info-request

A request to get the project information of the current file.

A request to get the project information of the current file.
raw docstring

dots.typescript.server.protocol.quick-info-request

Quickinfo request; value of command field is "quickinfo". Return response giving a quick type and documentation string for the symbol found in file at location line, col.

Quickinfo request; value of command field is
"quickinfo". Return response giving a quick type and
documentation string for the symbol found in file at location
line, col.
raw docstring

dots.typescript.server.protocol.refactor-action-info

Represents a single refactoring action - for example, the "Extract Method..." refactor might offer several actions, each corresponding to a surround class or closure to extract into.

Represents a single refactoring action - for example, the "Extract Method..." refactor might
offer several actions, each corresponding to a surround class or closure to extract into.
raw docstring

dots.typescript.server.protocol.references-request

Find references request; value of command field is "references". Return response giving the file locations that reference the symbol found in file at location line, col.

Find references request; value of command field is
"references". Return response giving the file locations that
reference the symbol found in file at location line, col.
raw docstring

dots.typescript.server.protocol.reload-projects-request

Request to reload the project structure for all the opened files

Request to reload the project structure for all the opened files
raw docstring

dots.typescript.server.protocol.reload-request

Reload request message; value of command field is "reload". Reload contents of file with name given by the 'file' argument from temporary file with name given by the 'tmpfile' argument. The two names can be identical.

Reload request message; value of command field is "reload".
Reload contents of file with name given by the 'file' argument
from temporary file with name given by the 'tmpfile' argument.
The two names can be identical.
raw docstring

dots.typescript.server.protocol.reload-response

Response to "reload" request. This is just an acknowledgement, so no body field is required.

Response to "reload" request. This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.rename-request

Rename request; value of command field is "rename". Return response giving the file locations that reference the symbol found in file at location line, col. Also return full display name of the symbol so that client can print it unambiguously.

Rename request; value of command field is "rename". Return
response giving the file locations that reference the symbol
found in file at location line, col. Also return full display
name of the symbol so that client can print it unambiguously.
raw docstring

dots.typescript.server.protocol.request-completed-event

Event that is sent when server have finished processing request with specified id.

Event that is sent when server have finished processing request with specified id.
raw docstring

dots.typescript.server.protocol.saveto-request

Saveto request message; value of command field is "saveto". For debugging purposes, save to a temporaryfile (named by argument 'tmpfile') the contents of file named by argument 'file'. The server does not currently send a response to a "saveto" request.

Saveto request message; value of command field is "saveto".
For debugging purposes, save to a temporaryfile (named by
argument 'tmpfile') the contents of file named by argument
'file'.  The server does not currently send a response to a
"saveto" request.
raw docstring

dots.typescript.server.protocol.semantic-diagnostics-sync-request

Synchronous request for semantic diagnostics of one file.

Synchronous request for semantic diagnostics of one file.
raw docstring

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-args

Argument for SetCompilerOptionsForInferredProjectsRequest request.

Argument for SetCompilerOptionsForInferredProjectsRequest request.
raw docstring

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-request

Request to set compiler options for inferred projects. External projects are opened / closed explicitly. Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders. This configuration file will be used to obtain a list of files and configuration settings for the project. Inferred projects are created when user opens a loose file that is not the part of external project or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false, or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.

Request to set compiler options for inferred projects.
External projects are opened / closed explicitly.
Configured projects are opened when user opens loose file that has 'tsconfig.json' or 'jsconfig.json' anywhere in one of containing folders.
This configuration file will be used to obtain a list of files and configuration settings for the project.
Inferred projects are created when user opens a loose file that is not the part of external project
or configured project and will contain only open file and transitive closure of referenced files if 'useOneInferredProject' is false,
or all open loose files and its transitive closure of referenced files if 'useOneInferredProject' is true.
raw docstring

dots.typescript.server.protocol.set-compiler-options-for-inferred-projects-response

Response to SetCompilerOptionsForInferredProjectsResponse request. This is just an acknowledgement, so no body field is required.

Response to SetCompilerOptionsForInferredProjectsResponse request. This is just an acknowledgement, so
no body field is required.
raw docstring

dots.typescript.server.protocol.signature-help-character-typed-reason

Signals that the signature help request came from a user typing a character. Depending on the character and the syntactic context, the request may or may not be served a result.

Signals that the signature help request came from a user typing a character.
Depending on the character and the syntactic context, the request may or may not be served a result.
raw docstring

dots.typescript.server.protocol.signature-help-invoked-reason

Signals that the user manually requested signature help. The language service will unconditionally attempt to provide a result.

Signals that the user manually requested signature help.
The language service will unconditionally attempt to provide a result.
raw docstring

dots.typescript.server.protocol.signature-help-request

Signature help request; value of command field is "signatureHelp". Given a file location (file, line, col), return the signature help.

Signature help request; value of command field is "signatureHelp".
Given a file location (file, line, col), return the signature
help.
raw docstring

dots.typescript.server.protocol.signature-help-retriggered-reason

Signals that this signature help request came from typing a character or moving the cursor. This should only occur if a signature help session was already active and the editor needs to see if it should adjust. The language service will unconditionally attempt to provide a result. triggerCharacter can be undefined for a retrigger caused by a cursor move.

Signals that this signature help request came from typing a character or moving the cursor.
This should only occur if a signature help session was already active and the editor needs to see if it should adjust.
The language service will unconditionally attempt to provide a result.
`triggerCharacter` can be `undefined` for a retrigger caused by a cursor move.
raw docstring

dots.typescript.server.protocol.span-group

A group of text spans, all in 'file'.

A group of text spans, all in 'file'.
raw docstring

dots.typescript.server.protocol.span-of-enclosing-comment-request

A request to determine if the caret is inside a comment.

A request to determine if the caret is inside a comment.
raw docstring

dots.typescript.server.protocol.symbol-display-part

Part of a symbol description.

Part of a symbol description.
raw docstring

dots.typescript.server.protocol.syntactic-diagnostics-sync-request

Synchronous request for syntactic diagnostics of one file.

Synchronous request for syntactic diagnostics of one file.
raw docstring

dots.typescript.server.protocol.text-span

Object found in response messages defining a span of text in source code.

Object found in response messages defining a span of text in source code.
raw docstring

dots.typescript.server.protocol.todo-comment-request

A request to get TODO comments from the file

A request to get TODO comments from the file
raw docstring

dots.typescript.server.protocol.type-definition-request

Go to type request; value of command field is "typeDefinition". Return response giving the file locations that define the type for the symbol found in file at location line, col.

Go to type request; value of command field is
"typeDefinition". Return response giving the file locations that
define the type for the symbol found in file at location line, col.
raw docstring

dots.typescript.server.protocol.update-open-request

Request to synchronize list of open files with the client

Request to synchronize list of open files with the client
raw docstring

dots.typescript.server.protocol.user-preferences

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close