You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing way to run any kind of linting against embedded javascript in objectscript classes? If not, is that something that is planned / reasonable to expect in the future? My team makes heavy use of the embedded javascript and not having any kind of linting on it has been a pain point.
The text was updated successfully, but these errors were encountered:
@LogMull This isn't something that is likely to be implemented anytime soon. We added support for some intellisense in version 2.1.0 but linting would be much more difficult because most embedded JS is "infected" with embedded ObjectScript and any existing JS linter wouldn't handle that well. For things like hover and code completion that's not a big deal since you just won't get intellisense in some places, but if you get a huge number of false problems reported that is a very bad user experience.
Is there an existing way to run any kind of linting against embedded javascript in objectscript classes? If not, is that something that is planned / reasonable to expect in the future? My team makes heavy use of the embedded javascript and not having any kind of linting on it has been a pain point.
The text was updated successfully, but these errors were encountered: