summaryrefslogtreecommitdiff
path: root/doc/ale-cs.txt
AgeCommit message (Collapse)Author
2021-11-19Add cspell Linter (#3981)David Houston
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
2021-08-25Add fixer for "dotnet format" (#3879)Jelte Fennema
The .NET ecosystem has an official tool for formatting its files: `dotnet format` This adds support for that tool to ALE.
2019-07-30Edit ale-cs-csc docsChris-Slade
Edits the ale-cs-csc docs to remove typos, misspellings, and run-on sentences.
2019-07-02Support csc, update mcsc (#2586)hernot
* Added a new csc linter for C# code. * More output is now handled for mcsc.
2018-10-29Add a note about OmniSharpw0rp
2018-09-04add uncrustify fixer for several languagesDerek P Sifford
2018-03-22Fit documentation to the column size in ale-cs.txtw0rp
2018-03-22Added the word 'find' as it was missing in docs/ale-cs.txtAshley Smith
2018-02-23Add Unity project path to Unity example in docsDavid Briscoe
For Ale to recognize the symbols in your project, you need to point it at where Unity builds your assemblies. Add this path to the example.
2017-12-25Fix c# documentation variable typoYaroslav Ryabukha
2017-12-19Fix mcsc paths and escaping for Windowsw0rp
2017-12-19Fix #1226 - Update the mcsc documentation to make it clearer how to use itw0rp
2017-09-27Implemented review recommendationsXristoph Hintermüller
Implements suggestions and recommendations suggested by the first review of the "Advance C# linter based on mcs -t:module (#952)" pull request. - Clarifies and simplifies description of linters and options - Added links to help file and marked the mcsc linter as to be run only when file in buffer is saved or loaded. - Added comments to the mcsc.vim file to clarify code - removed type checks considered not necessary be reviewer. - addresses findings by vader - removed call to getcwd and cd in vim script - handler expands file names relative to route of source tree into absolute pathes. Fixes errors not being marked when vim is started from subdirectory of source tree. - implements tests for mcs.vim and mcsc.vim linter
2017-09-25Added advanced c-sharp linterXristoph Hintermüller
The existing c-charp linter used the --syntax check mode of the mono mcs compiler only. The new mcsc linter tries to compile the files located in a directory tree located bejond the specified source directory or the current one if no source is explicitly specified. The resulting module target is placed in a temporary file managed by ale.