language-server
language-server copied to clipboard
Marko autocomplete, intellisense and editor support.
On Windows, after a custom tag is used, the diagnostics are shown at the incorrect positions or not shown at all. `marko-type-check` still shows the correct errors in the correct...
## Marko VSCode v1.1.9 ### Details ### Expected Behavior To use a language server as any other ### Actual Behavior I see "uncompressible" errors on .marko files ### Possible Fix...
When viewing CSS rules in style.less {} in *.marko components in VS Code, I would like to see Stylelint warnings and NOT see duplicate warnings from the Marko extension. I...
### Description https://github.com/biaspro/markojs-intellij-plugin/ This is the published intellij plugin, it does need some maintinance. Should probably put it under here to have the plugin easily updated when needed ### Why...
## @marko/[email protected] ### Details The following should be equivalent: ```marko ``` ```marko ``` But they aren't. It looks like `Marko.Body` expects `Directives & { value: [{ foo: bar; }]; }`,...
## @marko/[email protected] ### Details In VS Code, when importing a type definition from a package outside of the project, the Marko language server displays an error. Using [library-ts](https://github.com/marko-js/examples/tree/master/examples/library-ts) + [eBay...
@marko/type-check: 1.3.19 Repro: ```marko ``` Error: ``` src/components/repro.marko - error TS6133 '__marko_internal_rendered_2' is declared but its value is never read. ``` Generates: ```ts export interface Input {} abstract class Component...
This is a proof of concept that shows what it might look like if the Marko Language Tools migrated to [Volar](https://volarjs.dev/) as a base. If it's a direction you're interested...
### Marko Version: Compiler 5.39.28 / Extension 2.0.1 ### Details Supplying classes via concise syntax and additionally via the class property (`button.btn class="foo"`) yields a TS error
This is a clean version of https://github.com/marko-js/language-server/pull/294. This is a proof of concept that shows what it _might_ look like if the Marko Language Tools migrated to [Volar](https://volarjs.dev/) as a...