We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Por cada package, agregar como autocompletado posible el import de todos los elementos.
Por ejemplo: si tenemos en el archivo pajaros a pepita y pepona, y en el archivo entrenadores a la clase Entrenador, hoy sugiere:
Debería sugerir también:
The text was updated successfully, but these errors were encountered:
Es el archivo node-completion.ts , el método
node-completion.ts
const completeImports = (node: Import) => (node.environment.descendants.filter(availableForImport) as Entity[]).map(entityCompletionItem)
Hay que concatenarle los files y mapearle el relativePath + .*
.*
Sorry, something went wrong.
No branches or pull requests
Por cada package, agregar como autocompletado posible el import de todos los elementos.
Por ejemplo: si tenemos en el archivo pajaros a pepita y pepona, y en el archivo entrenadores a la clase Entrenador, hoy sugiere:
Debería sugerir también:
The text was updated successfully, but these errors were encountered: