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

include symbol occurrence of meta annotations in semantic db #2085

Open
swachter opened this issue Jun 30, 2020 · 0 comments
Open

include symbol occurrence of meta annotations in semantic db #2085

swachter opened this issue Jun 30, 2020 · 0 comments

Comments

@swachter
Copy link
Contributor

The package scala.annotation.meta contains a couple of meta annotations that when being used are not included as symbol occurrences in SemanticDB text documents.

Example (from ScalaJS):

import scala.scalajs.annotation.JSExport
import scala.annotation.meta.field
class C(@(JSExport @field) val x)

The symbol occurrence of JSExport at line 3 is recorded whereas the field annotation isn't.

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

No branches or pull requests

2 participants