Closed nikitavoloboev closed 6 years ago
Hi @nikitavoloboev,
I'm truly sorry for that. Is your active profile the Default one?
For your case, we have some workarounds:
You can trigger search in all docsets, default shortcut is ctrl + alt + h
. Try this first and let me know if it solves your issue.
Override the settings for javascript
to search only for some specific docsets.
NOTE: this key settings is in vscode-dash 2.0.0
"dash.languageIdToDocsetMap": {
...,
"javascript": [
"javascript",
"react",
"typescript
]
...
}
This may not be a robust solution because you said that you changed the docset in active profile often.
Is your active profile the Default one?
It isn't. I have many profiles.
Will try your solution now. Thank you.
@nikitavoloboev gotcha.
Please try solution (1) by using ctrl + alt + h
. Hope it can solve your issue.
Thank you. That hotkey does what I needed. 🎊
RIght now using this action is annoying because by default searching JS in Dash will search over many useless things like Gulp, jQuery and more
I would like to instead it to search over my currently active profile:
Which I change often.
Is this possible to do or it's something VS Code doesn't allow?