-
Updated
Aug 13, 2021 - TypeScript
#
refactorings
Here are 16 public repositories matching this topic...
This extension is now maintained in the Microsoft fork.
python
testing
editor
typescript
terminal
jupyter
linter
extract
visual-studio-code
python-3-6
intellisense
scientific
sort-imports
refactorings
pylint
python-terminal
autopep8
rename-refactorings
pydocstyle
A collection of Clojure refactoring functions for Emacs
-
Updated
Jul 9, 2021 - Emacs Lisp
Open
multi root support?
5
lucywang000
commented
Jan 26, 2021
I noticed that python's pyright lsp only fires up one instance for multiple python projects, would it make sense to have a similar feature in clojure-lsp?
Some related quote from the doc (https://github.com/microsoft/pyright/blob/master/docs/configuration.md):
Multi-root workspaces (“Add Folder to Workspace…”) are supported, and each workspace
javascript
refactoring
java
php
clean-code
refactorings
code-smells
refactoring-exercise
refactoring-kata
-
Updated
Jun 16, 2021
Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
-
Updated
Oct 13, 2020 - Java
mutator is an experimental suite of tools aimed at analysis and automation of C/C++ code development
-
Updated
May 29, 2020 - C++
A bunch of quality refactorings and code fixes that are going to improve your C# development experience in Visual Studio and remove some common pain.
-
Updated
Jul 23, 2021 - C#
Veniq uses Machine Learning to analyze source code, find possible refactorings, and suggest those that seem optimal
-
Updated
Jul 30, 2021 - Python
Proxy component for data access TDataSet with Generator App tool and support for Fake memory datasets
-
Updated
Mar 9, 2020 - Pascal
WIP: An investigation into how hard it would be to write typescript automated refactorings
-
Updated
Jan 7, 2019 - TypeScript
A small wrapper library to simplify common RBRefactoring operations when generating code.
-
Updated
Oct 9, 2018 - Smalltalk
Syllabus for CSc 81020 Spring 2018
-
Updated
Jan 27, 2020 - Makefile
-
Updated
Oct 19, 2018 - Smalltalk
a short presentation on refactoring
-
Updated
Dec 9, 2019 - JavaScript
Improve this page
Add a description, image, and links to the refactorings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the refactorings topic, visit your repo's landing page and select "manage topics."
Justification
It's much more common to see the code below:
than it is to see:
This is a very common pitfall. Example code in a MultipleDeclarations inspect