searching code base

0
Hello Mendix team,   I am a brand new Mendix developer and I wanted to know if there was a way to find + replace key words in Mendix?   I have a rather large Mendix code base I am trying to find a css class name within. Thanks for the help!
asked
1 answers
2

You can find usage of your css class names with the ctrl + f search functionality in studio pro but sadly there is no easy way to replace them with some sort of batch function. The only way to do that is by using the Mendix SDK (https://docs.mendix.com/apidocs-mxsdk/mxsdk/) but thats quite the rabbit hole to dive into. My recommendation would be to ctrl + f and do it manually.

answered