G
ggalegms
Guest
I have VS 2017 and have a vb.net .aspx website project. Our company has been working in VS vb.net .aspx for years and all other visual studio ide's have not had this problem.
basically, in a .aspx file .js script does not have working intellisense for <script> tags.
<script type="text/javascript">
let data = 123;
console.log("help me");
function dothings(){
return data;
}
dothings();
</script>
when writing this in the <body> tag in VS in a .aspx file there was no help with tabbing, writing out the function, or var name completion.
It is absolutely obnoxious and infuriating!!! I can literally download sublime text for FREE and it works for EVERY language, yet we pay thousands for your garbage software. YOU HAVE TO HELP FIX THIS!!!!!!!
Some nerds in a garage were able to make Sublime TEXT and MSFT a $Billion company can't do .js intellisense for a VB.NET project!!!!!!!
VS details:
MinimumVisualStudioVersion = 10.0.40219.1
Continue reading...
basically, in a .aspx file .js script does not have working intellisense for <script> tags.
<script type="text/javascript">
let data = 123;
console.log("help me");
function dothings(){
return data;
}
dothings();
</script>
when writing this in the <body> tag in VS in a .aspx file there was no help with tabbing, writing out the function, or var name completion.
It is absolutely obnoxious and infuriating!!! I can literally download sublime text for FREE and it works for EVERY language, yet we pay thousands for your garbage software. YOU HAVE TO HELP FIX THIS!!!!!!!
Some nerds in a garage were able to make Sublime TEXT and MSFT a $Billion company can't do .js intellisense for a VB.NET project!!!!!!!
VS details:
- Microsoft Visual Studio Professional 2017
- Microsoft .NET Framework 4.0
- Version 4.7.03190
MinimumVisualStudioVersion = 10.0.40219.1
Continue reading...