Let's face it: the code editor of Service Now is ... suboptimal. While it offers basic Features like Syntax checking and (minimal) expansion, developers used to modern IDEs like Visual Studio are quickly underhelmed.
For me, the most frustrating issue is that every time I save that large script include, I find myself again in the first line, rather than in the one I was just editing. It is infuriating!
Also, it completely lacks Features for refactoring code, leaving only good old "Search and Replace" as an option.
My editor of choice is Sublime Text, because it has some very powerful Features to offer:
For me, the most frustrating issue is that every time I save that large script include, I find myself again in the first line, rather than in the one I was just editing. It is infuriating!
Also, it completely lacks Features for refactoring code, leaving only good old "Search and Replace" as an option.
My editor of choice is Sublime Text, because it has some very powerful Features to offer:
- It is fast
- Multi-Select and Edit
- Decent Code expansion (without the Service Now specific dot-expansion)
- Automatic Documentation via DoxyDoxygen
- A very powerful Snippet System
- (Basic) Refactoring via Javascript Refactor
It's clear that this does not solve all Problems, because for example refactoring only takes the current file into account. If Service Now would offer such a Feature out of the box, it would be more useful.
Currently, I copy & paste the code into the Editor, bu I will look into Browser Extensions such as Edit in Sublime.
What is your approach to editing code in Service Now?
I'd love to hear from you!
I'd love to hear from you!
Comments
Post a Comment