-
Notifications
You must be signed in to change notification settings - Fork 7
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
Resolve/completion for wrappers #310
Conversation
…n creating dir base project in PyCharm added 3) facet settings validator added
…mkWrapperStorage to moduleService
…proof of concept)
…k impl added. Now is ok to use intellij API in SmkWrapperCrawler.kt
… wrapper. If folder doesn't contain `meta.yaml` it isn't a wrapper
* restrict warning area from PyReferenceExpression to PyFunction
Changed wrappers root from bundled to my custom dir Update: Also on facet enabled in project w/o facet - wrappers list aren't updated. After the project re-open - the wrappers info is loaded correctly. |
|
Params parsing false positive: Wrapper sections detection false positive: 'shell' is missing #311 |
Also see #312 |
…ge folder, load test data in tests instead 2) build wrappers in 'build' dir, not src dir (tmp disabled)
… in params, resolves #326 3) completion contributors cleanup
…apply" facet settings in PyCharm 3) Fixed validation for wrappers folder path 4) configurables renamed 5) messages updated 6) apply facets parsing/loading in bg
Fixes #18