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

Test language supports refactorings #6655

Closed
3 tasks done
weinand opened this issue May 23, 2016 · 1 comment
Closed
3 tasks done

Test language supports refactorings #6655

weinand opened this issue May 23, 2016 · 1 comment
Assignees
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented May 23, 2016

Test for #xxx:

There have been refactorings to the datastructures of these language supports to align them on the UI side with the extension host side.

Please try the following functionalities once.

It does not matter on which platform you test, as this code is platform independent.

Please try once with a language that is built-in (e.g. css, less, sass, html, handlebars, markdown, razor) and with a language that is an extension (e.g. javascript, typescript, etc.). It is possible that not all languages implement all supports (e.g. link provider is used by html, handlebars and razor and not the rest, so you might need to pick a different language to check for each support).

  • @bpasero
  • ReferenceProvider
  • RenameProvider
  • Suggest
  • SignatureHelpProvider
  • @isidorn
  • HoverProvider
  • DocumentSymbolProvider
  • DocumentHighlightProvider
  • DefinitionProvider
  • CodeLensProvider
  • @aeschli
  • CodeActionProvider
  • DocumentFormattingEditProvider
  • DocumentRangeFormattingEditProvider
  • OnTypeFormattingEditProvider
  • LinkProvider
@weinand weinand added this to the May 2016 milestone May 23, 2016
@egamma egamma mentioned this issue May 23, 2016
87 tasks
@alexdima alexdima changed the title Test that the Monaco editor can be consumed standalone Test language supports refactorings May 23, 2016
@bpasero
Copy link
Member

bpasero commented May 24, 2016

@alexandrudima can you clarify how to test this? and if it is platform independent why do we have 3 testers assigned?

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

No branches or pull requests

4 participants