We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bad26a commit 7a68fcdCopy full SHA for 7a68fcd
1 file changed
extensions/ql-vscode/src/model-editor/shared/sorting.ts
@@ -46,6 +46,7 @@ export function sortMethods(
46
): Method[] {
47
const sortedMethods = [...methods];
48
sortedMethods.sort((a, b) => {
49
+ // First sort by the type of method
50
const methodAPrimarySortOrdinal = getMethodPrimarySortOrdinal(
51
!!modeledMethodsMap[a.signature]?.length,
52
modifiedSignatures.has(a.signature),
0 commit comments