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

Look up the expression/keyword under the cursor (such as background-color) #37

Open
sebastienbarre opened this issue Mar 19, 2015 · 0 comments

Comments

@sebastienbarre
Copy link

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

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