Git Product home page Git Product logo

ember-language-server's People

Contributors

achambers avatar alexlafroscia avatar bors-ng[bot] avatar brettcannon avatar camerondubas avatar caseywatts avatar dbaeumer avatar dependabot-support avatar dependabot[bot] avatar evoactivity avatar flashios09 avatar godric3 avatar graemechapman avatar greenkeeper[bot] avatar hodofhod avatar hoovercj avatar josa42 avatar lifeart avatar ljw1004 avatar locks avatar madnificent avatar msftgits avatar notriddle avatar nullvoxpopuli avatar patocallaghan avatar saravanak avatar semantic-release-bot avatar suchitadoshi1987 avatar t-sauer avatar turbo87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ember-language-server's Issues

Ember language server burning 100% CPU

Hey,

I am working on quite a large codebase and language server burns my CPU on 100% for long periods, seeming to never finish (left it running for 30minutes).

How can I debug what's actually happening?

An in-range update of mocha is breaking the build ๐Ÿšจ

Version 3.4.0 of mocha just got published.

Branch Build failing ๐Ÿšจ
Dependency mocha
Current Version 3.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As mocha is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โœ… continuous-integration/appveyor/branch AppVeyor build succeeded Details,- โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v3.4.0

Mocha is now moving to a quicker release schedule: when non-breaking changes are merged, a release should happen that week.

This week's highlights:

  • allowUncaught added to commandline as --allow-uncaught (and bugfixed)
  • warning-related Node flags

๐ŸŽ‰ Enhancements

๐Ÿ› Fixes

๐Ÿ”ฉ Other

Commits

The new version differs by 9 commits0.

  • 7554b31 Add Changelog for v3.4.0
  • 9f7f7ed Add --trace-warnings flag
  • 92561c8 Add --no-warnings flag
  • ceee976 lint test/integration/fixtures/simple-reporter.js
  • dcfc094 Revert "use semistandard directly"
  • 93392dd no special case for macOS running Karma locally
  • 4d1d91d --allow-uncaught cli option
  • fb1e083 fix allowUncaught in browser
  • 4ed3fc5 Add license report and scan status

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @types/node is breaking the build ๐Ÿšจ

Version 7.0.29 of @types/node just got published.

Branch Build failing ๐Ÿšจ
Dependency @types/node
Current Version 7.0.28
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As @types/node is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

Autocompletion for helper arguments

  • autocompletion for named arguments of built in helpers like action
  • autocompletion for own helpers (probably needs some discussion as what to provide, maybe we can use JSDoc information?)

Autocompletion for component properties

  • autocompletion for properties of built in components like link-to, input or textarea
  • autocompletion for own components (probably needs some discussion as what to provide, maybe if a property is marked as public in JSDoc?)

Addon support

Currently addon projects are not supported. Most of the features aren't working at all, or they are not really useful (e.g. the definition provider for templates provides the app re-export).

Keep compiled output in current workspace

The demo language server is designed to move the compiled output into the vscode extension.
Since we want to keep the language server decoupled from the editor/IDE plugins the compiled output should stay in the current folder.

Pods support

While module unification is coming, at the moment many users are still using pods for larger projects.

"Go to definition" support for absolute paths

Using vscode, it seems "go to definition" only works for relative paths in .js files when executing it with the cursor over an import path string. It also seems there is no support yet for namespaced components which use the "::" syntax. Is there any plan to support namespaced/absolute paths in these scenarios? I would be very interested in helping add this support though i might need some guidance getting up to speed on how to run and debug the server from vscode. thanks!

An in-range update of ts-node is breaking the build ๐Ÿšจ

Version 3.0.5 of ts-node just got published.

Branch Build failing ๐Ÿšจ
Dependency ts-node
Current Version 3.0.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As ts-node is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/appveyor/branch AppVeyor build failed Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 7 commits.

  • c18331a 3.0.5
  • 5cf97b1 Add --inspect-brk to known flags (#343)
  • 7dfb3e3 Pin node tests at 6.x (#340)
  • 633d537 chore(package): update chai to version 4.0.1 (#337)
  • b751a56 Define exports and improve getTypeInfo help (#332)
  • d018300 Update yn default option
  • cc3bf22 Expose _ bin file for consumers to use

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

Unable to detect V2 Addons

This is because it looks for the presence of ember-cli-build.js, which is not present in V2 Addons. I'd like ELS so I at least get template linting support in VSCode.

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! ๐ŸŽŠ

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml
  • The new Node.js version is in-range for the engines in 1 of your package.json files, so that was left alone

If youโ€™re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didnโ€™t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didnโ€™t touch job or matrix configurations because these tend to be quite specific and complex, and itโ€™s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what youโ€™re doing it may require additional work or may not be applicable at all. Weโ€™re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, Iโ€™m a humble robot and wonโ€™t feel rejected ๐Ÿค–


FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of typescript is breaking the build ๐Ÿšจ

Version 2.4.1 of typescript just got published.

Branch Build failing ๐Ÿšจ
Dependency typescript
Current Version 2.4.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As typescript is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build is in progress Details
  • โŒ continuous-integration/appveyor/branch AppVeyor build failed Details

Commits

The new version differs by 141 commits.

  • 8b2fe13 Update LKG.
  • 14d95ed Test:Block-scoped definition of Promise works
  • a8846bf Skip block scope check with no error location
  • 44f2336 Merge pull request #16633 from Microsoft/release-2.4_fixIncrementalParsing
  • 4875a27 Add tests
  • 15ef20d Set the structureReused to be safemoudles when dynamic import change
  • 6d33083 Add tests
  • 11b9f6e Wip-fix incremental parsing
  • 2721fd4 In TypeScript code, never bind JSDoc normally, just set parent pointers (#16555) (#16561)
  • 0968ed9 Revert string enum changes (#16569)
  • 096f8cc Update LKG
  • 9241175 Allow running in strict mode (#16557)
  • f49b007 Update LKG
  • f1b0f59 Update version to 2.4.1
  • ed9cde9 Update LKG

There are 141 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

Sublime support

Hi,
I was trying to get this working with sublime, as I seem to be one of the few who have not switched to vscode.
There is this LSP-package which allows a generic way to add language clients:
https://lsp.readthedocs.io/en/latest/#client-config

I can't find the command to start the language server. I guess it's because Ember-cli starts it. I hope you could help me out there or even say if it can be done with sublime text without too much work.

Cheers and keep up the good work.

Support TypeScript files

As more and more of the community embraces TypeScript, it'll increasingly be the case that at least a reasonably large subset of users will have TypeScript definitions for their components, etc. Resolving those for completion would be a big win.

Solve issues with npm2

Builds running with npm2 are currently failing because we import the package estree (which is actually @types/estree) which is only installed as a dependency of @types/esprima.
Somehow require doesn't seem to resolve a scoped module if it is nested inside another module but I haven't verified that yet.
Since npm3 tries to keep the dependency tree flat @types/estree is located directly in node_modules and we don't have the problem there. npm2 on the other side puts the dependency into the node_modules of @types/esprima which somehow makes it unusable.

My suggestion would be to include @types/estree in our package.json since we directly use it so we shouldn't rely on esprima to provide it for us.

An in-range update of tslint is breaking the build ๐Ÿšจ

Version 5.4.3 of tslint just got published.

Branch Build failing ๐Ÿšจ
Dependency tslint
Current Version 5.4.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As tslint is โ€œonlyโ€ a devDependency of this project it might not break production or downstream projects, but โ€œonlyโ€ your build or test tools โ€“ preventing new deploys or publishes.

I recommend you give this issue a high priority. Iโ€™m sure you can resolve this ๐Ÿ’ช

Status Details
  • โŒ continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details
  • โŒ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v5.4.3

๐Ÿ›  Bugfixes

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @types/node is breaking the build ๐Ÿšจ

Version 8.0.49 of @types/node was just published.

Branch Build failing ๐Ÿšจ
Dependency @types/node
Current Version 8.0.48
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… continuous-integration/travis-ci/push The Travis CI build passed Details
  • โŒ continuous-integration/appveyor/branch AppVeyor build failed Details

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of vscode-languageserver-protocol is breaking the build ๐Ÿšจ

Version 3.13.0 of vscode-languageserver-protocol was just published.

Branch Build failing ๐Ÿšจ
Dependency vscode-languageserver-protocol
Current Version 3.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

vscode-languageserver-protocol is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โŒ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • โŒ continuous-integration/appveyor/branch: AppVeyor build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Documentation - LanguageClient-neovim usage

Hi! Thanks for creating this awesome language server for ember.

I'm having trouble setting it up to work with vim using the LanguageClient-neovim plugin. The easiest way to set up language servers with this plugin is to specify how to run the language server over stdin. Ex: javascript': ['/Users/samueljclopton/javascript-typescript-langserver/bin/language-server-stdio'] and 'ruby': ['solargraph stdio']. Not quire sure what args start-server.js is expecting, so any help here would be appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.