toggle menu
kotlin-js-preview-idea-plugin
0.2.0
jvm
switch theme
search in API
plugin
/
com.sanyavertolet.kotlinjspreview
/
JsPreviewRunLineMarkerContributor
Js
Preview
Run
Line
Marker
Contributor
class
JsPreviewRunLineMarkerContributor
:
RunLineMarkerContributor
Class that marks properties, annotated with com.sanyavertolet.kotlinjspreview.JsPreview annotation
Members
Constructors
Js
Preview
Run
Line
Marker
Contributor
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Info
Link copied to clipboard
open
override
fun
getInfo
(
element
:
PsiElement
)
:
RunLineMarkerContributor.Info
?
get
Slow
Info
Link copied to clipboard
open
fun
getSlowInfo
(
@
NotNull
p0
:
@
NotNull
PsiElement
)
:
RunLineMarkerContributor.Info
produces
All
Possible
Configurations
Link copied to clipboard
open
fun
producesAllPossibleConfigurations
(
@
NotNull
p0
:
@
NotNull
PsiFile
)
:
Boolean