JavaScript Flow#
Server#
For more information about the LSP server, check flow.
Installation#
For more instructions on how to install manually, check here.
Debugger: Yes (Firefox/Chrome)#
Available configurations#
lsp-javascript-inlay-face
#
Type: face
Default: ((t :inherit font-lock-comment-face))
The face to use for the JavaScript inlays.
lsp-javascript-inlay-param-format
#
Type: (string :tag String)
Default: %s:
Format string for parameter inlays (part of the inlay face).
lsp-javascript-inlay-parameter-face
#
Type: face
Default: ((t :inherit lsp-javascript-inlay-face))
Face for inlay parameter hints (e.g. function parameter names at call-site).
lsp-javascript-inlay-type-face
#
Type: face
Default: ((t :inherit lsp-javascript-inlay-face))
Face for inlay type hints (e.g. inferred variable types).
lsp-javascript-inlay-type-format
#
Type: (string :tag String)
Default: : %s
Format string for variable inlays (part of the inlay face).
lsp-clients-flow-server
#
Type: file
Default: flow
The Flow executable to use.
Leave as just the executable name to use the default behavior of
finding the executable with variable exec-path
.
lsp-clients-flow-server-args
#
Type: (repeat string)
Default: (lsp)
Extra arguments for starting the Flow language server.