SilverNodashi
Expert Member
Thanx
I'll check it out a bit later.
I am still looking for an app that can recognize website navigation structures and update them accordingly.
For example, I just changed an HTML file to a PHP file and now need to edit all other pages where the navigation is used and updated it.
Dreamveawer, back in the day could do it. Artisteer could also do it. I realize these are WYSIWYG editors and not IDE's, but it would be nice if an IDE could support such a feature.
Even if there's an IDE that could search & replace strings in a whole project, it would be a good start. Atom doesn't seem to do it.
Thanx.VS Code and find the correct add-ons.
Also suggest you actually take advantage of the built-in emmet, auto rename tag, auto close tag, bracket pair colorizer 2, SCSS intellisense (if you're still using CSS, suggest you move away for any larger projects), TODO parser (like in Jetbrains suite it highlights any TODO: task stuff, good for keeping track of what sections still need to be done if you need to quick fix something and come back later), and get the snippet addon for whatever CMS/framework you're working on, like WordPress snippet.
Just go find stuff on: https://marketplace.visualstudio.com/vscode and install.
I'll check it out a bit later.
I am still looking for an app that can recognize website navigation structures and update them accordingly.
For example, I just changed an HTML file to a PHP file and now need to edit all other pages where the navigation is used and updated it.
Dreamveawer, back in the day could do it. Artisteer could also do it. I realize these are WYSIWYG editors and not IDE's, but it would be nice if an IDE could support such a feature.
Even if there's an IDE that could search & replace strings in a whole project, it would be a good start. Atom doesn't seem to do it.
Last edited:

