atom-community / atom-community/atom-ide-javascript
Provide options to disable some of the TypeScript exclusive features
- Lenguaje dominante
- JavaScript
- Estrellas
- 17
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Edited by @aminya
### Background
Just to clarify all the features (autocomplete, data tips, signature help, outline, diagnostics, etc) except a few (Eslint) come from Typescript.
Disabling Typescript means disabling all the features. This the same for all the other IDEs (e.g. VsCode). JavaScript without Typescript almost has no IDE capabilities.
### TODO
With that being said, we can do the following to make the features more customizable:
- Providing an option for disabling the suggestion for installation of the `@types` package. To compensate for the lack of @types, I need to implement a feature that automatically installs @types (e.g. @types/node). This will fix #4 as well.
- Hiding TypeScript version/project/etc from StatusBar making them a unified icon reusable for all the languages. I think a unified status bar icon (which supports all the languages) instead of multiple icons that take space would be more useful.
- Providing a higher priority for personal snippets
Guía de contribución
Línea de trabajo
No se nombran archivos, pruebas ni puntos de entrada. Empieza rastreando la integración de TypeScript y el manejo de status-bar y snippets descritos en el TODO; el trabajo estará terminado cuando se hayan implementado los controles de funcionalidades de TypeScript solicitados, la instalación automática de @types, un icono unificado de status-bar y la prioridad de los personal-snippets, con una cobertura adecuada.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, typescript
- Área
- developer-experience, tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 30/100