PySearch provides intelligent completion suggestions that improve on ordinary Google search, by incorporating the context surrounding each query and learning on the fly.
View -> Toggle Command Palate -> Settings View: View Installed Packages -> PySearch Settings
File -> Add Project Folder
[right-click] -> New File
Or..
Run pip install python-language-server
in the command-line
View -> Toggle Command Palate -> Window: Reload
e.g. pip install sklearn
To make a PySearch query, type the delimiter (!!
by default) to begin a search:
For more control over query results, try adding the --context
flag (alias -c
) anywhere in your query
to scale context sensitivity.
The --context
flag takes integer values from 0
through 5
, where higher numbers increase context sensitivity.
While PySearch searches only functions across Python 3.7+, broader coverage is currently in alpha. Our search indexes are hosted in PySearch Cloud, and we're actively working on rolling out a local version. All requests are TLS/SSL encrypted, anonymized, and never sold or shared.
View -> Developer -> Toggle Developer Tools
Check the Console
tab for PySearch server is starting up
View -> Toggle Command Palate -> Window: Reload
If the server startup isn't initiated upon reloading, you may not have opened your Python file in an active workspace (see "Getting Started" step #1)
If your PySearch results aren't including non standard library packages, check that the package is installed in your python runtime in "Getting Started" step #3.
For feedback or additional support, visit us here.
Initial release
Made with ❤ by Flowbot Inc
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.