You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For IDE features like go-to-defintion, we need to know where the TTCN-3 files are which build the test suite.
This is what the package project is for. We only support ntt manifest files at the moment, but being able to read Titan project descriptor file as well would improve the experience for Titan users.
We should probably split this issue into smaller task. I would suggest roughly this:
create the structs to unmarshal TDP files.
support TDP files for adapters/imports only.
support TDP files for test suite root configuration.
extend project.Discovery to support root TDP-files.
The text was updated successfully, but these errors were encountered:
Support Titan project descriptor files.
Description
For IDE features like go-to-defintion, we need to know where the TTCN-3 files are which build the test suite.
This is what the package project is for. We only support ntt manifest files at the moment, but being able to read Titan project descriptor file as well would improve the experience for Titan users.
We should probably split this issue into smaller task. I would suggest roughly this:
project.Discovery
to support root TDP-files.The text was updated successfully, but these errors were encountered: