You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for DashDoc, very useful.
Not sure if this is doable, but depending on the buffer syntax, could the look up be performed on something "larger" than the word? For example, in a CSS file:
div.foo {
background-color: #ddd;
}
If my cursor is on background, Dash looks up background, if my cursor is on color, it looks up color, but one would likely expect Sublime would ask Dash to look up background-color.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for DashDoc, very useful.
Not sure if this is doable, but depending on the buffer syntax, could the look up be performed on something "larger" than the word? For example, in a CSS file:
If my cursor is on
background
, Dash looks upbackground
, if my cursor is oncolor
, it looks upcolor
, but one would likely expect Sublime would ask Dash to look upbackground-color
.Thanks
The text was updated successfully, but these errors were encountered: