Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature list or Roadmap #6

Closed
Kingwl opened this issue Mar 16, 2020 · 6 comments
Closed

Feature list or Roadmap #6

Kingwl opened this issue Mar 16, 2020 · 6 comments

Comments

@Kingwl
Copy link

Kingwl commented Mar 16, 2020

Maybe we need that to work with the community.

@orta
Copy link
Contributor

orta commented Mar 16, 2020

I don't have either yet, I'll have a think 👍 but I'm very open to ideas!

Right now I think it needs to be tested against some codebases, I updated all the deps and tests. Thinks are working, but some things are probably broken.

@joelmukuthu
Copy link

@orta how would one go about testing this against some codebase? I'm setting up a TS/Svelte monorepo and would be happy to try out a few different use-cases with this, but I don't know how to set up language servers. Do you have some links/info that can get me started in the right direction?

@orta
Copy link
Contributor

orta commented Mar 21, 2020

Good thinking @joelmukuthu - I've just shipped a PR which makes the docs a lot more explicit about how to get up and running #10

@dummdidumm
Copy link
Member

It would be great to have intellisense features:

  • Autocomplete (like in .js/.ts-files)
  • Go to definition (for components, variables, methods, also across svelte files)
  • Hover information (about components, variables, methods, also across svelte files)

@alexprey has done foundations work for this by creating https://github.com/alexprey/sveltedoc-parser, a parser for svelte files which outputs infos about them in a readable json format. @ArdenIvanov has built a language server / VSCode extension on top of it https://github.com/ArdenIvanov/svelte-intellisense . Maybe we could integrate their works into this project.

@orta
Copy link
Contributor

orta commented Mar 23, 2020

Yep, I'm open to migrating all of these sorts of features in - yep!

orta pushed a commit that referenced this issue May 21, 2020
Add github test workflow - closes #5
@dummdidumm
Copy link
Member

A feature list with what's done and what's not is now available at #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants