HTML / ASP.NET Source Spell Checking Software

English is not my native language. I need spell checking software and fix HTML source code.

Spell checking itself is not a problem: I can, for example, publish asp, then open the web server HTML server response in the word Microsoft.

However, I would also like to correct the document.

With Word 2007 as a spell checker, this process is complex and error prone. I need to correct the word, then copy-paste in asp.net, and then restore the HTML tags (tags like <i> and <a href = ...> can be inside the sentence) - update the browser - save - click "OK "in the" access violation "field - close the word - save - reopen the word - double-check.

Is there a text editor for Windows that can validate a document with HTML / ASP.NET markup in mind, ignoring all this, <div ...>, and <asp: Content ...> (I don’t even mention the JavaScript source code ) without trying to fix them, but still check the spelling and punctuation of the text?

Or maybe there is an add-on for Visual Studio (I have 3 from 2005, 2008 and 2010) that do what I need?

Thanks in advance!

+3
source share
2 answers

Instead of copying HTML, one tactic I've used in the past is to copy the contents of a browser window, i.e. what is displayed, not the markup. You still have a “problem” compared to what's in Visual Studio, but it's relatively painless if you already have most of the spelling!

Visual Studio 2010. , , , 4.5/5, !

+4

Source: https://habr.com/ru/post/1757743/


All Articles