Multiple Tabs for Development

Currently, it’s not possible to have multiple files open in a single browser window. Because CPQ doesn’t sync changes across browser tabs, this creates a risk of overwriting code when multiple tabs are used for development. This limitation makes development more cumbersome. For example, when you want to view a global function’s definition and also see where it’s called, you have to jump around the file tree. I’ve tried working with multiple tabs, but often times end up saving in one tab and unintentionally overwriting changes made in another without refreshing. Adding a tabbed file view, similar to what’s available in standard IDEs like VS Code, would make development much more efficient and reduce this risk.

2 Likes

Please let me know if there is a solution to this problem!