@djodjonx/neosyringe-lsp
v0.2.2
Published
TypeScript Language Service Plugin for NeoSyringe
Readme
@djodjonx/neosyringe-lsp
TypeScript Language Service Plugin for NeoSyringe. Provides real-time error detection in your IDE.
Setup
Add to tsconfig.json:
{
"compilerOptions": {
"plugins": [{ "name": "@djodjonx/neosyringe-lsp" }]
}
}IDE Configuration
VS Code ✅
Works automatically. Select "Use Workspace Version" for TypeScript.
IntelliJ IDEA / WebStorm ⚠️
Requires manual activation:
- Settings → Languages & Frameworks → TypeScript
- Check "TypeScript Language Service"
- Restart TypeScript Service
⚠️ IntelliJ Community Edition NOT supported.
See INTELLIJ.md for details.
Documentation
See IDE Plugin Guide.
