Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
How to view a Javascript file directly from the web, into the Solution?

How can I open/load a JS file directly from the web, as part of my project in Visual Studio?

This is a sample URL I got from a weather monitoring site:

https://static.eagle.io/85e2aa8e4322e59c8de35847502f1220684b7615/assets/app-public/asset.js

Opening it directly on the browser, just doesn't format the JS nicely (beautify). How can I load and beautify the asset.js file in Visual Studio 2022 as part of the project please (not to use it, to view it)?

Thanks

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

Looking at the code, asset.js seems to be minified. Although you could technically format (beautify) the code, it'll still be unreadable. Nonetheless, you could save the file to your computer using CTRL + S, open it in Visual Studio, and use an extension such as Prettier to format the code.

about 4 years ago · Juan Pablo Isaza Report

0

If u just want to use the script and u know how to use it , just add

   <script src="https://static.eagle.io/85e2aa8e4322e59c8de35847502f1220684b7615/assets/app-public/asset.js"></script>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!