mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
pass Project to isFrameworkInstalled(); working implementation of qname resolution in SDK only
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jetbrains.python.psi.resolve;
|
||||
|
||||
import com.intellij.openapi.module.Module;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.projectRoots.Sdk;
|
||||
import com.intellij.psi.PsiElement;
|
||||
import com.intellij.psi.PsiFileSystemItem;
|
||||
@@ -17,6 +18,8 @@ public interface QualifiedNameResolver {
|
||||
|
||||
QualifiedNameResolver fromModule(@NotNull Module module);
|
||||
|
||||
QualifiedNameResolver fromSdk(@NotNull Project project, @NotNull Sdk sdk);
|
||||
|
||||
QualifiedNameResolver withAllModules();
|
||||
|
||||
QualifiedNameResolver withSdk(Sdk sdk);
|
||||
|
||||
Reference in New Issue
Block a user