Skip to content

marko-php/marko-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marko/lsp

Language Server Protocol implementation for Marko — powers editor completions, diagnostics, go-to-definition, and hover for Marko-specific semantics.

Installation

composer require marko/lsp

Quick Example

marko lsp:serve

Configure your editor (example for Neovim with nvim-lspconfig):

require('lspconfig').marko.setup({
  cmd = { 'marko', 'lsp:serve' },
})

Documentation

Supported textDocument/* methods, feature coverage, and editor setup: marko/lsp

About

[READ-ONLY] Language Server Protocol implementation for Marko Framework semantics. Issues and PRs at https://github.com/marko-php/marko

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages