JCWasmx86 / JCWasmx86/GTKCssLanguageServer

Integrate with CSS language server for web CSS

Open
#11 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C
Stars
15
Forks
2
PR merge metrics
No merged PRs in 30d

Description

We should forward all requests for a CSS that is not for GTK to the CSS Language Server from here: https://github.com/microsoft/vscode/tree/main/extensions/css-language-features/server

TODO:

  • Find heuristics to differentiate WebCSS and GtkCSS
  • Check whether this is the right place or whether it should be in proxy-ls

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked VS Code CSS language-features server and the proxy-ls project, then inspect how this language server currently handles CSS requests. Define heuristics that distinguish WebCSS from GtkCSS and decide whether forwarding belongs here or in proxy-ls. Done means non-GTK CSS requests are forwarded while GTK CSS remains handled locally.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.