zowe / zowe-cobol-language-support-intellij

Zowe COBOL Language Support plug-in for IntelliJ IDEA
3 stars 1 forks source link

The same configurations support as the VSCode extension have #4

Open KUGDev opened 4 months ago

KUGDev commented 4 months ago

There are configurations request being sent by LSP server. For now responses for the requests are mocked with empty values. As a user, I would prefer to have them correctly processed

### The actual mechanisms to handle
- [x] Copybooks: as local paths
- [ ] Copybooks: as datasets and members
- [ ] Copybooks: as USS paths
- [ ] Copybooks: downloading
- [ ] Copybooks: encoding
- [ ] Dialects: settings recognition
- [ ] Logging level: settings recognition
- [ ] Subroutines: settings recognition
- [ ] COBOL program layout: settings recognition
- [ ] CICS translator: settings recognition
- [ ] SQL backend: settings recognition
- [ ] Locale: settings recognition
- [ ] Default: settings recognition
- [ ] TBD