https://github.com/phcode-dev/tsintelligence
Inteligence for TS , JS,TSX and JSX for phoenix code editor
https://github.com/phcode-dev/tsintelligence
Last synced: 9 months ago
JSON representation
Inteligence for TS , JS,TSX and JSX for phoenix code editor
- Host: GitHub
- URL: https://github.com/phcode-dev/tsintelligence
- Owner: phcode-dev
- License: agpl-3.0
- Created: 2023-12-26T09:50:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T10:22:19.000Z (9 months ago)
- Last Synced: 2025-04-13T20:46:23.879Z (9 months ago)
- Language: JavaScript
- Size: 326 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TypeScript Server (TSserver) Documentation Project
TSserver is a powerful tool that enhances TypeScript coding and project management. However, we recognize that the lack
of human-readable documentation can be a barrier to effectively utilizing its full potential. To address this challenge,
our project focuses on generating simple, accessible JSDoc documentation. Our goal is to make TSserver more
user-friendly, allowing anyone to leverage its capabilities without the need to decipher complex TypeScript code
syntaxes.
## Project Objective
Our main objective is to transform the complex and cryptic syntaxes of TSserver into easy-to-understand documentation.
We aim to provide clear, concise, and practical guides that cater to both beginners and experienced TypeScript
developers.
## Phoenix code LSP experiments
Please see `src/experiments/readme.md` for experiments and results for future LSP integration
into Phoenix Code.
## Getting Started
To get started with TSserver using our JSDoc documentation:
- Open the `utils/server.js` file in your project.
- View the JSDoc comments above each function to understand their usage and capabilities.
## Contributing
We welcome contributions to improve and expand the documentation. If you have insights, examples, or enhancements,
please feel free to contribute. Check out our [Contributing Guide](CONTRIBUTING.md) for guidelines on how to make
submissions.
## License
This documentation project is open-source and available under the [AGPL License](LICENSE).