trufflesuite / vscode-ext

Truffle for VSCode simplifies how you create, build, debug and deploy smart contracts on Ethereum and EVM-compatible blockchains
https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.truffle-vscode
Other
38 stars 24 forks source link

Add truffle-config.js to truffle tab #221

Open emilyJLin95 opened 1 year ago

emilyJLin95 commented 1 year ago

In the truffle tab on VS Code, it'd be nice to have a section where I can edit my truffle-config, instead of having to toggle back to the explorer view

kevinbluer commented 1 year ago

Neat idea! From a UX perspective, we could display the config's properties in the same way it's done under the deployments view (see below). Also clicking a given entry could both jump you to the config file itself and the specific line for speedier editing (although this is definitely a nice-to-have).

Screen Shot 2022-09-14 at 2 03 07 PM
xhulz commented 1 year ago

Hey @michaeljohnbennett, I see you're working on a solution that seems to solve this problem, right? Maybe it's better to wait for your solution or can I work on it?

Thank you