question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Request to add/fix syntax highlighting for types implementing multiple interfaces

See original GitHub issue

When implementing multiple interfaces on the same object, only the first one is recognized as such and becomes green. The other interfaces stay white.

Example:

type Image implements MediaObject, Metadata {
	_id: ID!
	...etc
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kumarharshcommented, May 4, 2018

Closed in 1b32f23

0reactions
kumarharshcommented, Jan 31, 2020

This issue is actually not due to this plugin, but due to the underlying @playlyfe/gql library. @Mayank1791989?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allow extending multiple interfaces with different, but ... - GitHub
Interface 'SomeChange' cannot simultaneously extend types 'Change' and 'SomeChangeExtension'. Named property 'type' of types 'Change' and ' ...
Read more >
typescript - How do I implement multiple interfaces in a class?
Use a , to separate the interfaces you want to implement. That gives the following class declaration : class generics <T> implements first, ......
Read more >
Implementing Multiple Interfaces | .NET Web Services - InformIT
The steps for implementing multiple interfaces on a single Web service class are: Create a Web service. Add a WebServiceBinding attribute to ...
Read more >
How to register a service with multiple interfaces in ASP.NET ...
In this post I describe how to register a class that implements multiple interfaces with the ASP.NET Core DI container, and how to...
Read more >
003 Implement More Than One Interface C# Advanced #03
In this C# Tutorial, we will implement more than one C# interface for a class. Then, we will explore how to access the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found