Releases: gdelmas/IntelliJDashPlugin
3.1 beta 1
- added sdk detection for android projects
- added language support for
- Bash
- Go
- Haskell
- Lua
- Markdown
- Scala
- TypoScript
- extended language support for
- angularjs
- momen
- require
- awsjs
- jasmine
- sinon
- tornado
- sqlalchemy
- numpy
- scipy
- salt
- polymerdart
- angulardart
- stability improvements
3.0.1
3.0
3.0 beta 1
- Context aware search
Beta notes
The "context aware search" uses a completely rewritten lookup system, that will result in different search results than previous versions.
Right now only IntelliJ IDEA, Android Studio, WebStorm and PhpStorm will have filtered results. I hope the community can help create and complete the lists for RubyMine and PyCharm.
After searching, the IDE notification bar will show something like this: "Searching Dash docsets with language: XML (resolved to: *)"
This means there are no keywords registered for the language "XML". Keyword registrations can be found in KeywordLookup.java. Available keywords in a per filetype base are documented here. The idea of context aware search is to use as little keywords as possible for each context, to get better search results.
Check #15 for feedback